Add msmtpd service to production.yml

This commit is contained in:
2024-03-04 11:30:15 +08:00
parent 5c1bc63049
commit 9bfe4efbdd
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_TLS=on
SMTP_STARTTLS=on
SMTP_TLS_CHECKCERT=on
SMTP_AUTH=on
SMTP_USER=foo
SMTP_PASSWORD=bar
SMTP_FROM=foo@gmail.com