18 lines
237 B
Plaintext
18 lines
237 B
Plaintext
|
|
||
|
|
||
|
defaults
|
||
|
auth on
|
||
|
tls on
|
||
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||
|
logfile /home/USER/msmtp.log
|
||
|
|
||
|
account [NAME]
|
||
|
host smtp.[PROVIDER].com
|
||
|
port 465
|
||
|
from [MAIL]
|
||
|
user [MAIL]
|
||
|
tls_starttls off
|
||
|
|
||
|
passwordeval /usr/bin/pass mail/[MAIL]
|
||
|
|