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

NAME

POE::Filter::SMTP - SMTP Protocol Filter

SYNOPSIS

  use POE::Filter::SMTP;

DESCRIPTION

POE::Fitler::SMTP fitlers input and output and splits command and arguments, as well as return codes and return strings. It is a sub class of POE::Filter::Line.

BUGS

No doubt.

See http://rt.cpan.org to report bugs.

AUTHOR

Casey West <casey@geeknest.com>

COPYRIGHT

Copyright (c) 2003 Casey West. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

perl, POE::Component::Server::SMTP, POE.