commit da460eb9dfeccb434e4fba9559513f1179e58032 parent f9c7dd0ef606f12ec61d0af44924560425ff47f8 Author: Jake Koroman <jake@jakekoroman.com> Date: Tue, 1 Jul 2025 19:17:19 -0400 add msmtp. Diffstat:
M | MANIFEST | | | 1 | + |
A | msmtp/config | | | 21 | +++++++++++++++++++++ |
2 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/MANIFEST b/MANIFEST @@ -10,3 +10,4 @@ isyncrc|symlink|.config/ tmux|symlink|.config/ .bashrc|symlink| .bash_profile|symlink| +msmtp|symlink|.config/ diff --git a/msmtp/config b/msmtp/config @@ -0,0 +1,21 @@ +defaults + +account work +tls off +tls_starttls off +host localhost +port 1025 +user koromanj@miltonhydro.com +from koromanj@miltonhydro.com +passwordeval pass koromanj@miltonhydro.com +auth plain + +account personal +auth on +tls on +tls_starttls off +host smtp.purelymail.com +port 465 +user jake@jakekoroman.com +from jake@jakekoroman.com +passwordeval pass jake@jakekoroman.com