Update PHP and add php.ini, change ssmtp to msmtp

This commit is contained in:
Deon George
2019-09-09 21:22:54 +10:00
parent 005f6b1161
commit deb99f9b10
3 changed files with 33 additions and 4 deletions

18
msmtprc Normal file
View File

@@ -0,0 +1,18 @@
# A system wide configuration file is optional.
# If it exists, it usually defines a default account.
# This allows msmtp to be used like /usr/sbin/sendmail.
account default
# The SMTP smarthost
host smtp
# Envelope-from address
#from user@example.com
domain example.com
# Construct envelope-from addresses of the form "user@oursite.example"
#auto_from on
#maildomain example.com
# Syslog logging with facility LOG_MAIL instead of the default LOG_USER
syslog LOG_MAIL