15 lines
299 B
Text
15 lines
299 B
Text
|
|
defaults
|
||
|
|
auth on
|
||
|
|
tls on
|
||
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||
|
|
logfile ~/.config/msmtp/msmtp.log
|
||
|
|
|
||
|
|
account smtp2go
|
||
|
|
host mail.smtp2go.com
|
||
|
|
port 587
|
||
|
|
from chris@cowley.tech
|
||
|
|
user cowley-tech-chris
|
||
|
|
passwordeval "pass mail/smtp2go/password"
|
||
|
|
|
||
|
|
account default : smtp2go
|