The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Email::Sender::Server::Worker - Email Server Worker

VERSION

version 1.000001

SYNOPSIS

    use Email::Sender::Server::Worker;

    my $worker = Email::Sender::Server::Worker->new;

    my $message = $worker->process_message;

DESCRIPTION

Email::Sender::Server::Worker is the email processing agent which poll and process queued email messages, 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 <anewkirk@ana.io>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Al Newkirk.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.