I want to send mail in asp.net using c# language. A very simple but effective & working code to send sample mail from say gmail to yahoo. Please help me with the code. Am very much new to this field. I have very little knowledge about programming. So i would be really happy if anybody guides me with the code & also porvides me with the sample code.
Thanks in advance,
Avinash
Loading
Ananth GPosted Oct 21, 2016, 5:43 AM
BassemPosted Mar 9, 2011, 6:55 AM
BassemPosted Mar 9, 2011, 6:50 AM
//Setting of smtp Gmail
mailClient.EnableSsl=true;
mailClieant.UseDefaultCredentials = false;
Try the code above and tell me the Results ,...
Regards ,..
Suthish NairPosted Feb 27, 2011, 12:42 PM
Micke BlomqvistPosted Feb 25, 2011, 2:57 AM
This article describes what you need to send e-mails thru gmail.
ASP.NET Send email using GMAIL
Krishna GaradPosted Feb 25, 2011, 2:56 AM
How to send mail from Gmail without login your Gmail account. as well other articles.