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-04 17:36:15 +00:00
|
|
|
passwordeval "gpg2 -q --for-your-eyes-only --no-tty -d ~/.authinfo.gpg | awk '/machine smtp.mailbox.org login ryan@ryankes.eu/ {print $NF}'"
|
2019-06-12 10:53:59 +00:00
|
|
|
|
|
|
|
account gmail
|
|
|
|
host smtp.gmail.com
|
|
|
|
port 587
|
|
|
|
from alrayyes@gmail.com
|
|
|
|
user alrayyes@gmail.com
|
|
|
|
passwordeval "gpg2 -q --for-your-eyes-only --no-tty -d ~/.authinfo.gpg | awk '/machine imap.gmail.com login alrayyes@gmail.com/ {print $NF}'"
|
|
|
|
|
|
|
|
account andthensome
|
|
|
|
host smtp.gmail.com
|
|
|
|
port 587
|
|
|
|
from ryan@andthensome.nl
|
|
|
|
user ryan@andthensome.nl
|
|
|
|
passwordeval "gpg2 -q --for-your-eyes-only --no-tty -d ~/.authinfo.gpg | awk '/machine imap.gmail.com login ryan@andthensome.nl/ {print $NF}'"
|