Add smtp auth

This commit is contained in:
2026-02-06 20:04:12 -05:00
parent e3dd461d04
commit 535b839bfc
3 changed files with 19 additions and 2 deletions
+5
View File
@@ -27,6 +27,11 @@ DEFAULTS = {
"foreground": False,
"verbose": False,
"debug": 0,
"smtpserver": "smtp.fastmail.com",
"smtpuser": "andreas@wrede.ca",
"smtppassword": "pvtvefyp5gbhnch2",
"smtpport": 587
}