iam a new C# asp.net developer and i want a code to send mail to mysite users . i want a code and instruction to get my framwork ready
tahnks for help
iam a new C# asp.net developer and i want a code to send mail to mysite users . i want a code and instruction to get my framwork ready
tahnks for help
How to Send mail -help please-
cribcn
This question has been asked many times on the forums. Please do a search and you will find the code and instructions you are looking for. Here are a few to get you started:
v1.1
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=717&SiteID=1
v2.0
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=126529&SiteID=1
Michael Taylor - 1/18/06
Alexandre Tarifa
If you use the "Object Browser" in the C# IDE, and search for "Mail" you find a ton of classes that can help you perform mailing operation, all documented aswell in the properties and methods.
also, google is your friend.