Can you guys speak on authentication on the outgoing server? I have looked in the documentation and it doesn't speak on how to authenticate with a username and password for Mime::Lite and Net::SMTP.
Thanks!
Comment on Re: How to send mail from Perl/Tk Program?
The only mention of authentication that I have found is in the man page for Net::SMTP.
auth ( USERNAME, PASSWORD )
Attempt SASL authentication.
I don't know if this is the type of authentication that you are looking for but you can start there.