1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/mutt/.config/msmtp/config

27 lines
497 B
Plaintext
Raw Normal View History

2019-06-12 10:53:59 +00:00
defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.config/msmtp/msmtp.log
account ryankes
2019-09-04 17:36:15 +00:00
host smtp.mailbox.org
2019-06-12 10:53:59 +00:00
port 587
from ryan@ryankes.eu
user ryan@ryankes.eu
2019-09-27 16:39:49 +00:00
passwordeval "getpassword ryankes"
2019-06-12 10:53:59 +00:00
account gmail
host smtp.gmail.com
port 587
from alrayyes@gmail.com
user alrayyes@gmail.com
2019-09-27 16:39:49 +00:00
passwordeval "getpassword gmail"
2019-06-12 10:53:59 +00:00
account andthensome
host smtp.gmail.com
port 587
from ryan@andthensome.nl
user ryan@andthensome.nl
2019-09-27 16:39:49 +00:00
passwordeval "getpassword andthensome"