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

Pcore::Core::Event::Listener::Pipe::smtp

SYNOPSIS

    P->listen_events(
        'LOG.TEST.*',
        [   'smtp:',
            host     => 'smtp.gmail.com',
            port     => 465,
            username => '',
            password => '',
            tls      => 1,
            tls_ctx  => undef,

            from   => 'user@domain.com',
            to     => 'user@domain.com',
            tmpl   => '<: $timestamp :>',
        ]
    );

DESCRIPTION

ATTRIBUTES

METHODS

SEE ALSO