From b838b93aca2c515a5522fc82c38d030bdee43d51 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Fri, 15 Sep 2023 10:17:37 -0500 Subject: Don't use smtps+plain --- .config/aerc/accounts.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/aerc') diff --git a/.config/aerc/accounts.conf b/.config/aerc/accounts.conf index d9e50a0..0e39252 100644 --- a/.config/aerc/accounts.conf +++ b/.config/aerc/accounts.conf @@ -1,6 +1,6 @@ [Michael] source = imaps://michael@mail.huntm.net -outgoing = smtps+plain://michael@mail.huntm.net +outgoing = smtps://michael@mail.huntm.net from = Michael Hunteman copy-to = Sent source-cred-cmd = pass Email/huntm.net @@ -8,7 +8,7 @@ outgoing-cred-cmd = pass Email/huntm.net [Cox] source = imaps://mhunteman@imap.cox.net -outgoing = smtps+plain://mhunteman@smtp.cox.net +outgoing = smtps://mhunteman@smtp.cox.net from = Michael Hunteman copy-to = SentEmail source-cred-cmd = pass Email/cox.net -- cgit v1.2.3