http://qs321.pair.com?node_id=11117566


in reply to sending email with starttls not working

Are you on a Mac? There are known issues with ssl on macs. They are fixable, though.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

Replies are listed 'Best First'.
Re^2: sending email with starttls not working
by nysus (Parson) on Jun 01, 2020 at 19:49 UTC

    Actually, from your debug output, it looks like you've got 535 Incorrect authentication data which would indicate it doesn't like the user/pass you are using.

    $PM = "Perl Monk's";
    $MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
    $nysus = $PM . ' ' . $MCF;
    Click here if you love Perl Monks