E-MAIL SMTP protocol to send e-mail based client software with C #

Summary

Email plays a very important role in today's society. More and more people are using it. And the number of people using it is bound to continue to increase. Although it has a lot of mail software such as the famous FoxMail but for most non-professional people who are somewhat responsible for it a little more difficult. Therefore, we will use SMTP protocol and Pop from the bottom of the development of this software. Full name is SMTP Simple Mail Transfer Protocol, which is designed to send mail. Pop stands for Post Office Protocol, it is designed to receive mail. I was mainly responsible for how to send e-mail function. MailSend namespace is the core of my entire program. It includes two classes. A method comprising the SmtpMail SendMail class, which implements the server and interoperate detail from the bottom. You can either use it to send a plain text message, you can send a message with an attachment, of course, you can also use a different SMTP server. After testing, confirm this software is a multi-recipient, bulk software and more accessories. Although it is not FoxMail so powerful, but it is easy to grasp and use.

Keywords : SMTP, namespaces, classes, Accessories

 

 

 

Guess you like

Origin blog.csdn.net/asdJJkk/article/details/93377207