I used to be able to use send-email on this machine so I'm not sure why
it's not wokring now. I'm able to send email using that account using
Thunderbird on this machine, so I don't think it's a network issue. And
I double checked my smtp config.
Thx,
Ben
You should use:
port=465
encryption=ssl
OR
port=587
encryption=tls
I know that this is confusing terminology, but "tls" stands for "StartTLS",
which works on port 587, and "ssl" starts for "smtps" on port 465.
-K
From: Ben Goldberg <hidden> Date: 2021-08-13 18:03:17
You should use:
port=465
encryption=ssl
OR
port=587
encryption=tls
I know that this is confusing terminology, but "tls" stands for "StartTLS",
which works on port 587, and "ssl" starts for "smtps" on port 465.