Add .config/msmtp/msmtp.log
Add .config/msmtp/config
This commit is contained in:
parent
8a01af2045
commit
91baf67ef7
2 changed files with 15 additions and 0 deletions
1
dot_config/msmtp/msmtp.log
Normal file
1
dot_config/msmtp/msmtp.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
Sep 22 14:29:29 host=mail.smtp2go.com tls=on auth=on user=cowley-tech-chris from=chris@cowley.tech recipients=chriscowleysound@gmail.com mailsize=145 smtpstatus=250 smtpmsg='250 OK id=1v0ffd-FnQW0hQ0PU6-IeJd' exitcode=EX_OK
|
||||
14
dot_config/msmtp/private_config
Normal file
14
dot_config/msmtp/private_config
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue