App-FonBot-Daemon

 view release on metacpan or  search on metacpan

lib/App/FonBot/Plugin/Email.pm  view on Meta::CPAN

This FonBot plugin provides email receiving/sending features to B<fonbotd>. Emails are read from F<Maildir/> and are sent through C<Email::Sender::Simple>.

=head1 CONFIGURATION VARIABLES

These are the L<App::FonBot::Plugin::Config> configuration variables used in this module

=over

=item C<$email_batch_seconds>

When receiving an email send request, C<App::FonBot::Plugin::Email> waits this many seconds for further email send requests to the same email address. The timer is reset for each email send request. When the timer expires, all pending send requests a...

=item C<$email_from>

C<From:> header of all emails sent by this plugin. If not set the email plugin is disabled.

=item C<$email_subject>

C<Subject:> header of all emails sent by this plugin. If not set the email plugin is disabled.

=back



( run in 1.157 second using v1.01-cache-2.11-cpan-49f99fa48dc )