We want to use a SMTP server from a new provider. When I tried to send a test e-mail I get the error message "Unable to read data from the transport connection: net_io_connectionclosed..".
The provider told me that they use explicit SSL and that probably Business Central (.NET) use implicit SSL.
How do I change this, I can't find a property were I can change implicit/explicit SSL?
0
Answers
Here's an article on port 587 versus 25.
https://www.mailgun.com/blog/which-smtp-port-understanding-ports-25-465-587/
Note that this article also shows an example of how you can use telnet from a command line to help troubleshoot. I suspect that either you are using the wrong port, or that authentication is failing, but that is getting reported to you as a connection close error. But you can get BC out of the way and test with a command line.