34 lines
988 B
Plaintext
34 lines
988 B
Plaintext
# -*- mode: conf; -*-
|
|
|
|
# Set default values for all following accounts.
|
|
defaults
|
|
port 587
|
|
tls on
|
|
auth on
|
|
logfile ~/scratch/msmtp.log
|
|
timeout 5
|
|
|
|
account adamgoldsmith
|
|
host adamgoldsmith.name
|
|
tls_fingerprint 8E:5C:7C:90:19:8A:15:5F:89:F8:2E:6B:CD:D5:6A:31:D1:0E:27:C2:1A:D9:83:94:11:5D:F8:A3:22:F6:F1:34
|
|
from adam@adamgoldsmith.name
|
|
user adam
|
|
passwordeval pass email/adam@adamgoldsmith.name | head -n1
|
|
|
|
account WPI
|
|
host outlook.office365.com
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
from asgoldsmith@wpi.edu
|
|
user asgoldsmith@wpi.edu
|
|
passwordeval pass websites/wpi.edu | head -n1
|
|
|
|
account Gmail
|
|
host smtp.gmail.com
|
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
# tls_fingerprint CF:FA:5D:9D:18:F6:1D:C6:6A:30:0B:C4:D2:1B:7A:7B:75:29:E6:D5:01:6F:11:63:6D:2D:54:A0:94:74:BF:49
|
|
from adamgoldsmith1217@gmail.com
|
|
user adamgoldsmith1217@gmail.com
|
|
passwordeval pass email/adamgoldsmith1217@gmail.com | head -n1
|
|
|
|
account default : adamgoldsmith
|