2021-10-20 07:19:48 +00:00
|
|
|
# Set default values for all following accounts.
|
|
|
|
defaults
|
|
|
|
auth on
|
|
|
|
tls on
|
2023-12-12 11:37:13 +00:00
|
|
|
# disable starttls to use whole connection through ssl
|
|
|
|
tls_starttls off
|
2021-10-20 07:19:48 +00:00
|
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
|
|
# logfile ~/.msmtp.log
|
|
|
|
|
|
|
|
# Gmail
|
|
|
|
account personal-gmail
|
2023-12-12 11:37:13 +00:00
|
|
|
tls_starttls on
|
2021-10-20 07:19:48 +00:00
|
|
|
host smtp.gmail.com
|
|
|
|
port 587
|
|
|
|
from marty.oehme@gmail.com
|
2022-03-19 10:34:29 +00:00
|
|
|
passwordeval "pass show misc/gmail-app-password | head -n1"
|
2021-10-20 07:19:48 +00:00
|
|
|
|
|
|
|
# Set a default account
|