summaryrefslogtreecommitdiffstats
path: root/.msmtprc
diff options
context:
space:
mode:
Diffstat (limited to '.msmtprc')
-rw-r--r--.msmtprc23
1 files changed, 14 insertions, 9 deletions
diff --git a/.msmtprc b/.msmtprc
index 3887133..3b3fe46 100644
--- a/.msmtprc
+++ b/.msmtprc
@@ -1,12 +1,17 @@
-account gmail
-host smtp.gmail.com
-port 587
-protocol smtp
-auth on
-from tharre3@gmail.com
-user tharre3@gmail.com
+# Set default values for all following accounts.
+defaults
+auth on
+tls on
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+logfile ~/.msmtp.log
+
+# Gmail
+account gmail
+host smtp.gmail.com
+port 587
+from tharre3@gmail.com
+user tharre3@gmail.com
passwordeval "pass email/tharre3@gmail.com"
-tls on
-tls_trust_file ~/.mutt/Equifax_Secure_CA.cert
+# Set a default account
account default : gmail