in reply to Issue using MIME::Lite

i everyone, since our DB administrator upgarded mail server i'm receiving the message: smtp auth() command not supported on, i have search but no way to get reed of. we are using zimbra

Replies are listed 'Best First'.
Re^2: Issue using MIME::Lite
by Corion (Patriarch) on Jul 20, 2016 at 10:48 UTC

    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 );