Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I am facing an "com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.1 Client was not authenticated" exception when using tSendMail to send mail using MS Exchange Server. The credentials are correct as these work when I am using them in Apache Camel. I am using TOS_DI version 6.4.1. Would appreciate any pointers.
Regards.
Hello,
Thank you for the constant help. Unfortunately I do not have any other Exchange environment. But I have tested the same credentials on an Apache Camel route and everything works out fine.
Regards,
Sohail
Hi,
We will make an investigation on it to see if there is any testing environment (MS Exchange Server 2013) for us and will keep you posted.
Thanks for your time.
Best regards
Sabrina
Thank you. I will be waiting for a reply on the thread.
Regards,
Sohail
I am also same problem
[statistics] connecting to socket on port 3484
[statistics] connected
Exception in component tSendMail_1 (DBFileParserLight)
com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.1 Client was not authenticated
at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1388)
at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:959)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:583)
at javax.mail.Transport.send0(Transport.java:169)
at javax.mail.Transport.send(Transport.java:98)
at ingestion_pipeline_dev2.dbfileparserlight_0_2.DBFileParserLight.tSendMail_1Process(DBFileParserLight.java:979)
at ingestion_pipeline_dev2.dbfileparserlight_0_2.DBFileParserLight.runJobInTOS(DBFileParserLight.java:4251)
at ingestion_pipeline_dev2.dbfileparserlight_0_2.DBFileParserLight.main(DBFileParserLight.java:3958)
[FATAL]: ingestion_pipeline_dev2.dbfileparserlight_0_2.DBFileParserLight - tSendMail_1 530 5.7.1 Client was not authenticated
com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.1 Client was not authenticated
at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1388)
at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:959)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:583)
at javax.mail.Transport.send0(Transport.java:169)
at javax.mail.Transport.send(Transport.java:98)
at ingestion_pipeline_dev2.dbfileparserlight_0_2.DBFileParserLight.tSendMail_1Process(DBFileParserLight.java:979)
at ingestion_pipeline_dev2.dbfileparserlight_0_2.DBFileParserLight.runJobInTOS(DBFileParserLight.java:4251)
at ingestion_pipeline_dev2.dbfileparserlight_0_2.DBFileParserLight.main(DBFileParserLight.java:3958)
[statistics] disconnected