From 301ddee08e76fd16e3cfcdeda2149e47efbdfe07 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Sun, 14 Apr 2013 10:33:39 -0500 Subject: [PATCH] Adding msmtprc for my 2 email accounts --- msmtprc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 msmtprc diff --git a/msmtprc b/msmtprc new file mode 100644 index 0000000..40353ca --- /dev/null +++ b/msmtprc @@ -0,0 +1,21 @@ +account DustinswanGmail +host smtp.gmail.com +port 587 +protocol smtp +auth on +from dustinswan@gmail.com +user dustinswan@gmail.com +passwordeval gpg --no-tty -d ~/.gmail_password.gpg +tls on +tls_trust_file ~/.mutt/gmail_cert + +account DswanIOCOM +host secure.emailsrvr.com +port 587 +protocol smtp +auth on +from dswan@iocom.com +user dswan@insors.com +passwordeval gpg --no-tty -d ~/.iocom_password.gpg + +account default : DustinswanGmail