The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.