Initial commit

This commit is contained in:
2026-04-05 16:23:17 +00:00
commit 6c75e00159
42 changed files with 3859 additions and 0 deletions

47
php/msmtprc.template Normal file
View File

@@ -0,0 +1,47 @@
#defaults
#port 25
#tls off
#auth off
#domain purrs.budgethost.io
#account default
#host smtp
#set_from_header auto
#add_missing_date_header on
#set_date_header auto
#set_msgid_header auto
#from __UUID__@purrs.budgethost.io
#account default
#auth off
#host smtp
#domain purrs.budgethost.io
#from __UUID__@purrs.budgethost.io
#add_missing_date_header on
#set_from_header auto
#set_date_header auto
#set_msgid_header auto
#allow_from_override off
defaults
port 25
tls off
auth off
domain purrs.budgethost.io
#syslog LOG_MAIL
# If the message already has a From:, use that for envelope sender.
# If not, msmtp inserts this address as both header and envelope From.
set_from_header auto
add_missing_date_header on
set_date_header auto
set_msgid_header auto
account default
host smtp
from __UUID__@purrs.budgethost.io