NAME
Yote::IO::Mailer
DESCRIPTION
This is the wrapper class for different mailers. Currently just Yote::IO::SMTP exists as the mailer.
PUBLIC API METHODS
- init
- send_email( opts )
-
Sends a simple ( not html ) email. The opts is a hash and must contain to, from, subject and message fields.
AUTHOR
Eric Wolf coyocanid@gmail.com http://madyote.com
LICENSE AND COPYRIGHT
Copyright (C) 2012 Eric Wolf
This module is free software; it can be used under the same terms as perl itself.