Related resources for POP3 protocol
  • Simple SMTP Mailer12/28/2005 1:45:10 AM. This is a simple program which shows how to send mail via SMTP without using any framework support. While using the .NET SMTP classes may be a little easier, it is good to be able to go under the hood and get your hands dirty to understand what is going on at the socket level. For simple text messages, this implementation works fine.