defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile ~/.msmtp.log

# mailbox
account mailbox
host smtp.mailbox.org
port 465
tls_starttls off
from julian@jtle.dk
user julian@jtle.dk
passwordeval "pass show mail | head -n 2"
auth on


# default account
account default : mailbox