NAME
Maplat::Worker::SendMail - send infos and files via email
SYNOPSIS
This module provides a simplified wrapper around Mail::Sendmail
DESCRIPTION
This module provides capabilities of sending textmessages as well as files via the Mail::Sendmail module.
Configuration
<module>
<modname>sendmail</modname>
<pm>SendMail</pm>
<options>
<mailserver>mail</mailserver>
<mailport>25</mailport>
<mailer_id>FooBar Notification System</mailer_id>
<sender>foobar.worker@example.com</sender>
<subject_prefix>[FooBar]</subject_prefix>
</options>
</module>
Dependencies
This module does not depend on other worker modules
SEE ALSO
Maplat::Worker
AUTHOR
Rene Schickbauer, <rene.schickbauer@magnapowertrain.com>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Rene Schickbauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.