Troubleshooting a connection issue
-
Good morning,
I have an e-mail that I am unable to send to what I guess is a small ISP. In trying to troubleshoot the issue I have looked at the log and not much useful appears to be there. I turned up logging to Debug and tried again, and all I got was this:
Mon 2023-12-11 09:12:06: --> STARTTLSMon 2023-12-11 09:12:06: <-- 220 2.0.0 Ready for TLSMon 2023-12-11 09:12:06: CSmtpSocket::OnClose nErrorCode=0Mon 2023-12-11 09:12:06: ** SMTP session terminated (Bytes in/out: 270/44)In testing with Telnet the connection is aborting right after I issue the STARTTLS command, but works ok if I don't, so I am guessing this is a TLS issue of some kind. Is there a way I can override mail to this domain to NOT use TLS even though their SMTP is advertising support for it?
-
Please login to reply to this topic!