mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
27 lines
497 B
Plaintext
27 lines
497 B
Plaintext
defaults
|
|
auth on
|
|
tls on
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
logfile ~/.config/msmtp/msmtp.log
|
|
|
|
account ryankes
|
|
host smtp.mailbox.org
|
|
port 587
|
|
from ryan@ryankes.eu
|
|
user ryan@ryankes.eu
|
|
passwordeval "getpassword ryankes"
|
|
|
|
account gmail
|
|
host smtp.gmail.com
|
|
port 587
|
|
from alrayyes@gmail.com
|
|
user alrayyes@gmail.com
|
|
passwordeval "getpassword gmail"
|
|
|
|
account andthensome
|
|
host smtp.gmail.com
|
|
port 587
|
|
from ryan@andthensome.nl
|
|
user ryan@andthensome.nl
|
|
passwordeval "getpassword andthensome"
|