view src/private/Config_sample.luan @ 111:37ab261aee7b default tip

notify fix
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 16 Sep 2025 00:01:53 -0600
parents 0fc454beff08
children
line wrap: on
line source

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