Funny Problem with system.web.mail

  • Thread starter Thread starter vishal
  • Start date Start date
V

vishal

I am trying to send a mail using the system.web.mail namespace where I
provide the required code and send the mail.
I found that It was sending mail while using BSNL Broadband and was
unable to do so while using Tata Indicom Broadband.
I found no errors in both the networks or no exception.
But I could not receive my mail while using Tata Indicom Broadband.
What can be the problem?????

regards
vishal.
 
but other mails from yahoo and gmail are working fine on the same Tata
Indicom connection...
 
There's a number of things which could be causing that.

For example, Tata might be using a non-standard port,
or it might need authentication to forward your emails.

Could you post the exact error you're getting ?

Also, check your smtp logs to see if they have any clues in them.

Finally, see if reading through this helps any :

http://www.systemwebmail.com/



Juan T. Llibre
ASP.NET.FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
 
Back
Top