12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
|
|
# msmtp configuration for sending emails
|
||
|
|
account default
|
||
|
|
host smtp.gmail.com
|
||
|
|
port 587
|
||
|
|
auth on
|
||
|
|
user info@ukdataservices.co.uk
|
||
|
|
password YOUR_APP_PASSWORD_HERE
|
||
|
|
from info@ukdataservices.co.uk
|
||
|
|
tls on
|
||
|
|
tls_starttls on
|
||
|
|
tls_certcheck off
|
||
|
|
logfile /var/www/html/logs/msmtp.log
|