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::smtp

SYNOPSIS

P->on(
    'log.test.*',
    [   'smtp:',
        host     => 'smtp.gmail.com',
        port     => 465,
        username => $EMPTY,
        password => $EMPTY,
        tls      => 1,
        tls_ctx  => undef,

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

DESCRIPTION

ATTRIBUTES

METHODS

SEE ALSO