net_io_connectionclosed!
Posted: 2019-06-03 12:10
I am attempting to test outgoing mail task in my application without have an SMTP Server. I have installed and configured hMailServer as described. When I attempt to send an email, I get ...
[Send Mail Task] Error: An error occurred with the following error message: "Failure sending mail. System.IO.IOException: Unable to read data from the transport connection: net_io_connectionclosed.".
The only thing I wasn't sure of was one thing in the configuration details. I used all the defaults as instructed, but where it calls for updating the host file, it didn't specify the IP address, so the line I added was
127.0.0.1 localhost.com
[Send Mail Task] Error: An error occurred with the following error message: "Failure sending mail. System.IO.IOException: Unable to read data from the transport connection: net_io_connectionclosed.".
The only thing I wasn't sure of was one thing in the configuration details. I used all the defaults as instructed, but where it calls for updating the host file, it didn't specify the IP address, so the line I added was
127.0.0.1 localhost.com