in reply to Re^2: Net::SMTP - Connection to local MTA refused
in thread Net::SMTP - Connection to local MTA refused
ok, i may be missing something here, but dont modern mail senders require you to authenticate first? ie:
before$l_mailer->auth($smtpuser, $smtppassword);
$l_mailer->mail($p_sender);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net::SMTP - Connection to local MTA refused
by Robidu (Acolyte) on Mar 16, 2017 at 08:54 UTC |