Editor's review
In order to support the ever increasing usage of e-mailing over TCP networks, there are some standard protocols for e-mail servers such as SMTP, IMAP, POP3 etc, to name a few. These protocols are the standards which an e-mail client should support for sending as well as receiving e-mails. SMTP (Simple Mail Transfer Protocol) is one standard protocol. In order to do e-mailing through this protocol, your email client should support transfer of mails through it. If you are a programmer or a developer, you require a software library for developing such an application in a simplified manner. HS SMTP v.2.0.3 is a complete package for such purposes.
HS SMTP by HillStone Software is a software library for SMTP supporting e-mail client. It works in widely used programming language C with a detailed library of source codes. The e-mails are transferred over TCP socket layer and it supports transfer of text and message header over this protocol. The layout of the user application contains various fields for information about the sender, receiver, cc, bcc, subject and text body which is quiet familiar for an average user. Apart from this, you can also attach files like any conventional e-mail clients. The client application calls a function HsSmtpSendMail with information about IP address or name of the respective mail server, sender and recipient`s address, subject etc and also calls reverse function for information about the process and any underlying server errors for mail transfer. The source code library then proceeds with resolution of name of server and transmits message via SMTP RFC 821.
Overall, HS SMTP v.2.0.3 is a detailed source code library for user application to support transfer of e-mails under the SMTP protocol. Hence, it receives a score of four-and-a-half rating points on the scale of five.
User comments