The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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