Sending form contents via mail
I want to add a Contact Us page which allows the user to fill out a form, and I will then build the message body from the form contents. When the visitor clicks the Submit/Send I want to use the ASP.NET SmtpMail to send it.
My questions are what do I use for the SmtpMail.SmtpServer name and does it matter what I put in the Mail.From address?
Thanks
Roger
|