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 0.12

SYNOPSIS

    # poll and process queued email messages
    
    use Email::Sender::Server::Worker;
    
    my $worker = Email::Sender::Server::Worker->new;
    
    $worker->process_messages;

DESCRIPTION

Email::Sender::Server::Worker is the email processing agent which fetches messages from the datastore 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.