visual studio 2005 - Sending an email to user input email, in a form. ASP.NET -
i new asp.net. have aspx page, takes in user data (name, number & email) after information gets submitted me, i need send email input email, message of confirmation. can please me, if broad question can please point me in right direction of solution problem. in advance.
it's covered in system.net.mail namespace documentation here: http://msdn.microsoft.com/en-us/library/system.net.mail.aspx
with code sample on documentaiton mailmessage class here: http://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage.aspx
just sure you're following can-spam act guidelines. http://business.ftc.gov/documents/bus61-can-spam-act-compliance-guide-business
so can avoid getting blacklisted. there's general informaiton found here: http://systemnetmail.com/
Comments
Post a Comment