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::Component::Server::SimpleSMTP::Constants - importable constants for POE::Component::Server::SimpleSMTP plugins.

SYNOPSIS

  use POE::Component::Server::SimpleSMTP::Constants qw(:ALL);

DESCRIPTION

POE::Component::Server::SimpleSMTP::Constants defines a number of constants that are required by the plugin system.

EXPORTS

SMTPD_EAT_NONE

Value: 1

SMTPD_EAT_CLIENT

Value: 2

SMTPD_EAT_PLUGIN

Value: 3

SMTPD_EAT_ALL

Value: 4

MAINTAINER

Chris 'BinGOs' Williams <chris@bingosnet.co.uk>

LICENSE

Copyright (c) Chris Williams.

This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details.

SEE ALSO

POE::Component::Server::SimpleSMTP