The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Business::ISP::Email - Emailing system for the Business::ISP:: system.

VERSION

SYNOPSIS

DESCRIPTION

This is module performs all email functions.

METHODS

new

Instantiates a new Business::ISP::Email object, and returns itself.

email({ to => TO, subject => SUBJECT, tmpl => TEMPLATE, data => DATA })

This is a wrapper for external modules that takes care of sending out email. DATA is any type of data structure that your template can handle.

The parameters are pretty self-explanitory.

AUTHOR

Steve Bertrand, <steveb at cpan.org>

BUGS

Report bugs to <steveb at cpan.org>. I will be notified, and will report back to you with any updates.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Business::ISP::Email

COPYRIGHT & LICENSE

Copyright 2012 Steve Bertrand, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.