diff options
-rw-r--r-- | .config/aerc/accounts.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 <michael@huntm.net> 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 <mhunteman@cox.net> copy-to = SentEmail source-cred-cmd = pass Email/cox.net |