Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / SMTP

SMTP

SMTP

Great Reads

by ObiWan_MCC
A C# SMTP server (receiver).
by dreamzlife
A simple SMTP mail client with xml based template factory imlementation
by roosrj
A simple basic SMTP server for testing purposes
by jim lahey
Please note I don't want to take anything away from roosrj's tip which displays infinitely more in depth knowledge about the SMTP protocol than I can - as a lazy man's alternative I've always used PostCast v2.6 to test anything mail related:...

Latest Articles

by ObiWan_MCC
A C# SMTP server (receiver).
by dreamzlife
A simple SMTP mail client with xml based template factory imlementation
by roosrj
A simple basic SMTP server for testing purposes
by jim lahey
Please note I don't want to take anything away from roosrj's tip which displays infinitely more in depth knowledge about the SMTP protocol than I can - as a lazy man's alternative I've always used PostCast v2.6 to test anything mail related:...

All Articles

Sort by Score

SMTP 

by ObiWan_MCC
A C# SMTP server (receiver).
by dreamzlife
A simple SMTP mail client with xml based template factory imlementation
by JosipK, Marko Kozlina
C# and VB.NET console applications that demonstrate how to create and send an email reply with IMAP and SMTP protocols in .NET Framework
by ASP.NET Community
Scenario: Using ASP.NET membership model to display custom error messages to general users of a website. Send an email to a Webmaster with all the
by DataBytzAI
Easy way to send email on Azure with no mail server, using DNS MX and SMTP
by cogi83
A SW to send your WAN IP and other info via email
by ASP.NET Community
Following Codes demonstrates how to send an email with SMTP Authentication using ASP.NET 3.5using System.Net.Mail        MailMessage msgMail =
by ASP.NET Community
Introduction When you want to send email message, you must create an instances of MailMessage and SmtpClient classes. This classes are in
by Afzaal Ahmad Zeeshan
This article explains the core concepts about sending the emails over .NET framework and the problems that new .NET developers face in using them also some tips for removing very basic errors.
by Uzi Granot
The attached open source C# .NET library is an SMTP client implementing implicit SSL and OAuth2 protocols. The library answers the question: how to send email message using Gmail as a server. Or, how to send email message using email server that implements implicit SSL and port 465.