Add MSMTP rc file
This commit is contained in:
commit
d1c0b3bc8a
15
.msmtprc
Normal file
15
.msmtprc
Normal file
@ -0,0 +1,15 @@
|
||||
defaults
|
||||
tls on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
logfile ~/.msmtp.log
|
||||
|
||||
account christopherrparis1@gmail.com
|
||||
auth oauthbearer
|
||||
host smtp.gmail.com
|
||||
port 587
|
||||
tls_starttls on
|
||||
from christopherrparis1@gmail.com
|
||||
user christopherrparis1@gmail.com
|
||||
passwordeval oama access christopherrparis1@gmail.com
|
||||
|
||||
account default: christopherrparis1@gmail.com
|
||||
Loading…
Reference in New Issue
Block a user