NAME
Email::Sender::Server::Worker - Email Server Worker
VERSION
version 0.39
SYNOPSIS
# poll and process queued email messages
use Email::Sender::Server::Worker;
my $worker = Email::Sender::Server::Worker->new;
my ($ok, $message) = $worker->process_message;
DESCRIPTION
Email::Sender::Server::Worker is the email processing agent which fetches messages from the data directory and performs some action on them, e.g. processing an email and delivering it to its recipient(s).
AUTHOR
Al Newkirk <awncorp@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by awncorp.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.