summaryrefslogtreecommitdiff
path: root/msmtp
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2025-07-01 19:17:19 -0400
committerJake Koroman <jake@jakekoroman.com>2025-07-01 19:17:19 -0400
commitda460eb9dfeccb434e4fba9559513f1179e58032 (patch)
tree6ae840148d35f5dccbbdeca0b5fb69ba4b654fc7 /msmtp
parentf9c7dd0ef606f12ec61d0af44924560425ff47f8 (diff)
add msmtp.
Diffstat (limited to 'msmtp')
-rw-r--r--msmtp/config21
1 files changed, 21 insertions, 0 deletions
diff --git a/msmtp/config b/msmtp/config
new file mode 100644
index 0000000..82863ed
--- /dev/null
+++ 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