Feat: option for using SSL connection in mail queue

This commit is contained in:
HFO4
2020-05-11 09:29:19 +08:00
parent 58856612e2
commit 1172765c58
5 changed files with 19 additions and 11 deletions

View File

@@ -90,6 +90,7 @@ func addDefaultSettings() {
{Name: "replyTo", Value: `abslant@126.com`, Type: "mail"},
{Name: "smtpUser", Value: `no-reply@acg.blue`, Type: "mail"},
{Name: "smtpPass", Value: ``, Type: "mail"},
{Name: "smtpEncryption", Value: `0`, Type: "mail"},
{Name: "maxEditSize", Value: `4194304`, Type: "file_edit"},
{Name: "archive_timeout", Value: `60`, Type: "timeout"},
{Name: "download_timeout", Value: `60`, Type: "timeout"},