]> git.rmz.io Git - dotfiles.git/blob - msmtprc
[WIP] Push all of the ultrahaptics changes!
[dotfiles.git] / msmtprc
1 defaults
2 tls on
3 tls_trust_file /etc/ssl/certs/ca-certificates.crt
4 logfile ~/.msmtp/msmtp.log
5
6 # office365
7 account office365
8 host smtp.office365.com
9 port 587
10 protocol smtp
11 auth on
12 user samir.benmendil@ultrahaptics.com
13 passwordeval "pass ultrahaptics/office365/samir.benmendil@ultrahaptics.com"
14
15 # unimaas inherits from gmail
16 account unimaas : office365
17
18 #set default account
19 account default : office365