view src/private/Config_sample.luan @ 116:98b2dc732ca0

add discord.html
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Dec 2025 12:13:01 -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"
}