Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
12 Points
20 Posts
Apr 27, 2012 01:20 AM|LINK
Hey guys!
I have been using ASP.Net MVC 3 for about a month now and I gotta say I am in love (Coming from Rails)
I have come to a dead end as of now.
A Client of mine is wanting to have a contact form sent to his email after the user sends the contact form.
this is very easy in Rails and even easier i PHP, but i am doing this Clients website in MVC 3 as I can take as long as I need to complete it
I havent seen much information about setting up this option in MVC3.
the only thing I have seen is that I need to use the System.Net.Mail.
Is there any tuts or information I can use to get this going?
The form is completed i just need to know what needs to go into the Controller for this form to be sent to my Clients email address
Thanks!
repeater09
Member
12 Points
20 Posts
Asp.Net MVC 3 Send Razor contact form to email
Apr 27, 2012 01:20 AM|LINK
Hey guys!
I have been using ASP.Net MVC 3 for about a month now and I gotta say I am in love (Coming from Rails)
I have come to a dead end as of now.
A Client of mine is wanting to have a contact form sent to his email after the user sends the contact form.
this is very easy in Rails and even easier i PHP, but i am doing this Clients website in MVC 3 as I can take as long as I need to complete it
I havent seen much information about setting up this option in MVC3.
the only thing I have seen is that I need to use the System.Net.Mail.
Is there any tuts or information I can use to get this going?
The form is completed i just need to know what needs to go into the Controller for this form to be sent to my Clients email address
Thanks!