This is a simple class that can be used to send e-mail messages via an SMTP server.
It can connect to a given SMTP server and send a message to a given recipient e-mail address. The sender e-mail address, the message subject and body are also configurable.
The class also supports SMTP LOGIN authentication.