Configuring in web.config to send email
How do I configure the section of web.config to send a simple enquiry form email from a website?
email@yourdomain.com">
mail.yourdomain.com" port="25" userName="email@yourdomain.com" password="youremailpassword"/>
Substitute your email and domain details for the blue text