diff options
author | Michael Hunteman <michael@huntm.net> | 2023-09-15 10:17:37 -0500 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2023-09-15 10:17:37 -0500 |
commit | b838b93aca2c515a5522fc82c38d030bdee43d51 (patch) | |
tree | fccafa3b272a81d5eb7bce195ff894782ca64ea1 | |
parent | c86e30a8378a85e118733e106058c445260966cf (diff) |
Don't use smtps+plain
-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 |