Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
I need help with sending emails using asp.net because the emails get sent to all mailing accounts except to people with gmail accounts.
Posted
Comments
Sergey Alexandrovich Kryukov 30-Jul-14 18:23pm    
What's wrong about reading original MSDN documentation?
—SA

1 solution

It really depends on what are you going to use, what kind of mail server. With .NET FCL, everything is ready for sending mail using some SMTP server:
http://en.wikipedia.org/wiki/SMTP[^],
http://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient%28v=vs.110%29.aspx[^],
http://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage%28v=vs.110%29.aspx[^].

If you have to use something else, you can easily find some 3-rd party libraries of reasonable quality.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900