in reply to
Sending Emails With Authentication
You might try using
send_by_smtp()
to send via
Net::Smtp
which has an auth method.
Comment on
Re: Sending Emails With Authentication
In Section
Seekers of Perl Wisdom