in reply to Net::SMTP failed to authenticate

Hi, please edit your post and put your output in code tags also.

Your server appears to want encrypted connection but you are not using $smtp->starttls as shown in the doc for the module.


The way forward always starts with a minimal test.

Replies are listed 'Best First'.
Re^2: Net::SMTP failed to authenticate
by ytjPerl (Scribe) on Oct 10, 2017 at 17:05 UTC
    Thanks, I've updated my post.