PDA

View Full Version : System.Net.Mail


arif
04-25-2005, 05:56 AM
I am trying to send email using system.net.mail. Its working on my local machine, but on the server i keep getting Mailbox name not allowed. I am using smtp server for my own domain thats hosted by discountasp. Is there another smtp server I should be using?

Appreciate any help on this one

arif

bruce
04-25-2005, 07:27 AM
try switch smtp host to localhost.

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

arif
04-25-2005, 07:38 AM
thanks, simple but powerfull :)