NAME

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

SYNOPSIS

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

DESCRIPTION

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

Configuration

<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>

get

The Sendmail form.

sendMail

Internal function.

Dependencies

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"

SEE ALSO

Maplat::Web Maplat::Web::PostgresDB

AUTHOR

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

COPYRIGHT AND LICENSE

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