NAME
Email::Sender::Server::Manager - Email Server Manager
VERSION
version 0.12
SYNOPSIS
# record and delegate email message processing
use Email::Sender::Server::Manager;
my $manager = Email::Sender::Server::Manager->new;
$worker->queue_message($message);
$worker->process_queue;
DESCRIPTION
Email::Sender::Server::Manager is the liason between the client, server and workers. This class is responsible for storing and processing messages through workers, see Email::Sender::Server::Worker.
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.