Mail
Detailed Description
Module that allows to easily send email messages from within pLog. The actual email sending is carried out via the
PHPMailer package (
http://phpmailer.sourceforge.net/) and the classes of this module are just commodity wrappers around
PHPMailer.
The EmailMessage class is an abstract representation of an email message, while the EmailService class takes care of sending out the messages.