view src/private/Config_sample.luan @ 118:04933d5ba05a

handle markdown
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Dec 2025 22:57:00 -0700
parents 0fc454beff08
children
line wrap: on
line source

return {
	mail_server = {
		host = "mail.smtp2go.com"
		port = 465
		username = "xxx"
		password = "xxx"
	}
	push_password = "xxx"
}