NAME
Yote::IO::SMTP
DESCRIPTION
Uses Mail::Sender to send messages with SMTP.
PUBLIC API METHODS
- new
- 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.