This class can be used to compose and send messages via SMTP.
It extends another class (Easy Mail) used to compose e-mail messages. It overrides the messages sending function to use an SMTP class to send the message via an SMTP server rather than using the PHP mail() function.