I'm trying to send an email using VB.NET
Initially I used System.web.mail, but the attachment it was sending was corrupted, so I used System.net.mail and it works.
Ran it on my side, client ran it on their side and it could send emails. Until
this morning the client said they got this error:
I'm trying to reproduce this error on my side but can't. If I disconnect from internet completely or my internet is so slow that it can't upload the email, I do get errors but none of them the same as the one the client is getting.
I've read something about port issues, but have to read more on it, thx for help.
Initially I used System.web.mail, but the attachment it was sending was corrupted, so I used System.net.mail and it works.
Ran it on my side, client ran it on their side and it could send emails. Until
this morning the client said they got this error:
“Service not available, closing transmission channel. The server response was: Cannot connect to SMTP server <Ip address here> (<Ip address here>:587), connect timeout”
I'm trying to reproduce this error on my side but can't. If I disconnect from internet completely or my internet is so slow that it can't upload the email, I do get errors but none of them the same as the one the client is getting.
I've read something about port issues, but have to read more on it, thx for help.