Fixing gmail smtp settings for msmtp
This commit is contained in:
parent
fb7abab112
commit
c918712189
1 changed files with 2 additions and 2 deletions
4
msmtprc
4
msmtprc
|
|
@ -10,8 +10,8 @@ from dustinswan@gmail.com
|
||||||
user dustinswan@gmail.com
|
user dustinswan@gmail.com
|
||||||
passwordeval gpg --no-tty -d ~/.gmail-password.gpg
|
passwordeval gpg --no-tty -d ~/.gmail-password.gpg
|
||||||
auth on
|
auth on
|
||||||
#tls on
|
tls on
|
||||||
#tls_trust_file ~/.mutt/gmail_cert
|
tls_trust_file /usr/local/etc/openssl/cert.pem
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue