Initial Upload

This commit is contained in:
Matt Batchelder
2025-12-02 10:32:59 -05:00
commit 05ce0da296
2240 changed files with 467811 additions and 0 deletions

22
docker/etc/msmtprc Normal file
View File

@@ -0,0 +1,22 @@
account cms
# CMS_SMTP_SERVER
host smtp.gmail.com
# CMS_SMTP_SERVER
port 587
auth off
# CMS_SMTP_USERNAME
user example
# CMS_SMTP_PASSWORD
password password
# CMS_SMTP_USE_TLS
tls on
# CMS_SMTP_USE_STARTTLS
tls_starttls on
# CMS_SMTP_REWRITE_DOMAIN
maildomain gmail.com
# CMS_SMTP_HOSTNAME
domain gmail.com
from cms@example.org
account default : cms