Tuesday, August 17, 2010

How to send mail using System.web.mail is possible in asp.net 2.0 or not?

how to send mail using System.web.mail is possible or not dot net 2005

How to send mail using System.web.mail is possible in asp.net 2.0 or not?
Yes, it is possible as long as you have an email server that accepts relay messages. Check out this site:


http://www.systemwebmail.com/
Reply:sure...just declare a variable for smtp..mail.send(to,from,subject,body) will do for sending mail


No comments:

Post a Comment