
Maplat::Web::SendMail - send mails to Maplat users

This modules provides a web interface to send mails to all maplat users

With this module, you can provide a simple webinterface to admin users to send mails to some or all maplat users.

<module>
<modname>sendmail</modname>
<pm>SendMail</pm>
<options>
<pagetitle>Sendmail</pagetitle>
<webpath>/admin/sendmail</webpath>
<mailserver>mail</mailserver>
<mailport>25</mailport>
<mailer_id>Maplat Notification System</mailer_id>
<sender>noreply@gmail.com</sender>
<!--<Cc>rene.schickbauer@gmail.com</Cc>-->
<subject_prefix>[Maplat]</subject_prefix>
<db>maindb</db>
</options>
</module>
The Sendmail form.
Internal function.

This module depends on the following modules beeing configured (the 'as "somename"' means the key name in this modules configuration):
Maplat::Web::PostgresDB as "db"

Maplat::Web Maplat::Web::PostgresDB

Rene Schickbauer, <rene.schickbauer@gmail.com>

Copyright (C) 2008-2011 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.