Hi All,
we have a small issues, we are using the ipl iw_solution_email.ipl for sending the mail and we are getting the below error :
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 530 5.7.3 Client was not authenticated
Exception while sending mail: SMTP MAIL command failed:
5.7.3 Client was not authenticated
any idea why we are getting this and do you think adding the following will help :
if ($I_DONT_HAVE_SENDMAIL) {
MIME::Lite->send('smtp', $host, Timeout=>60
AuthUser=>$user, AuthPass=>$pass);
}
Log:
MIME::Lite:

MTP=GLOB(0x2cfb898)>>> EHLO localhost.localdomain
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-ga016e0x1.corp.suntrust.com Hello [10.7.93.14]
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-TURN
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-SIZE
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-ETRN
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-PIPELINING
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-DSN
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-ENHANCEDSTATUSCODES
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-8bitmime
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-BINARYMIME
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-CHUNKING
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-VRFY
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-X-EXPS GSSAPI NTLM LOGIN
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-X-EXPS=LOGIN
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-AUTH GSSAPI NTLM LOGIN
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-AUTH=LOGIN
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-X-LINK2STATE
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250-XEXCH50
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 250 OK
MIME::Lite:

MTP=GLOB(0x2cfb898)>>> MAIL FROM:
MIME::Lite:

MTP=GLOB(0x2cfb898)<<< 530 5.7.3 Client was not authenticated
Exception while sending mail: SMTP MAIL command failed:
5.7.3 Client was not authenticated
TEAMSITE : 7.1 WINDOWS