2019-03-24 15:03:56 +01:00
|
|
|
# Default values
|
|
|
|
defaults
|
|
|
|
auth on
|
|
|
|
tls on
|
2019-08-29 23:22:18 +02:00
|
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
|
|
logfile /tmp/msmtp.log
|
2019-03-24 15:03:56 +01:00
|
|
|
# Accounts
|
|
|
|
account gmail
|
|
|
|
host smtp.gmail.com
|
|
|
|
port 587
|
|
|
|
from akasroua@gmail.com
|
|
|
|
user akasroua@gmail.com
|
|
|
|
passwordeval "pass mail/gmail"
|
|
|
|
|
|
|
|
account uni
|
2021-05-29 11:53:00 +02:00
|
|
|
host correo.ugr.es
|
2019-03-24 15:03:56 +01:00
|
|
|
port 587
|
|
|
|
from akasroua@correo.ugr.es
|
|
|
|
user akasroua@correo.ugr.es
|
|
|
|
passwordeval "pass mail/uni"
|