Hi all,
I need to send a mail from my web page. I got the sample to send the mail using system.web.mail class and thus by creating an object of mailmessgae(). But there I have to give the value for SmtpMail.SmtpServer. I'm not sure about the clients SMTP server details.
Is there any other way to send mail without giving the value of SmtpMail.SmtpServer?.
I think this was possible with ASP's CDONTS. Is there any equivalent code in ASP.NET?
PLease help




Reply With Quote