diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-10-10 06:15:29 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-10-10 06:15:29 -0400 |
commit | c3044d4ab930a097a10006766c075afcf057b7db (patch) | |
tree | e5a6d3a77f20b060757e425465caa577dd0e1d76 /msmtp/.msmtprc | |
parent | 0aa718e3c2b14bb31dec333f3480e321ed0c2695 (diff) | |
parent | 15af8ec917a361fd6f16865859286b4dc066c8e2 (diff) |
Merge branch 'master' into ursa_minor
Diffstat (limited to 'msmtp/.msmtprc')
-rw-r--r-- | msmtp/.msmtprc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/msmtp/.msmtprc b/msmtp/.msmtprc index 4da69b0..6813c12 100644 --- a/msmtp/.msmtprc +++ b/msmtp/.msmtprc @@ -42,3 +42,12 @@ tls on tls_starttls on user "evanst@clarkson.edu" passwordeval "pass show clarkson/app-passwords/msmtp" + +account tuckerevans +host banshee.mxlogin.com +from "tje@tuckerevans.com" +port 465 +tls on +tls_starttls off +user "tje@tuckerevans.com" +passwordeval "pass show email/tuckerevans.com" |