in reply to Re: Issue using MIME::Lite
in thread Issue using MIME::Lite

Consider talking to your DB administrator. They know what they upgraded and what you need to change.

Maybe your mail server does not support the auth command anymore.

If you have talked to your DB administrator and they have given you the full information, consider adding debugging information to the ->send statement, as found in MIME::Lite:

$msg->send('smtp','some.host', Debug=>1 );