Send mail in asp.net
- by Zerotoinfinite
Hi Experts,
I am using asp.net 3.5 and C#.
I want to send mail from asp.net, for that I have got some details from my hosting provider
which are these:
mail.MySite.net
UserName
Password
But I am unable to send mail through these details, I have done the following changes in my web.config file:
<system.net>
<mailSettings>
…