Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
McJingles
Contributor III
Contributor III

EMAIL component gets exception only on TAC

Hi,

We received mails by running the Job in local. But if we publish the job into the TAC it shown the error like below.

[INFO ]: ax_smax_integration.test_mail_0_1.test_mail - TalendJob: 'test_mail' - Done.

javax.mail.SendFailedException: Invalid Addresses;

 nested exception is:

com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay

Please let me know the solution ASAP

Thanks in Advance.

3 Replies
manodwhb
Champion II
Champion II

@McJingles McJingles​ ,check the below link may help you.

 

https://community.talend.com/s/article/Error-SMTPAddressFailedException-Unable-to-relay-when-using-a-tSendmail-component-dj2Js

 

Thanks,

Manohar

McJingles
Contributor III
Contributor III
Author

Thanks @Manohar B​ 

If we run the same job in Talend Studio it working fine..

manodwhb
Champion II
Champion II

@McJingles McJingles​ ,check the below things from TAC server. since it was failing from TAC.

 

  • Review the SMTP server log for more information.
  • Conduct a test by sending an email using the Telnet tool.
  • Use the Wireshark tool to see exceptions thrown from the SMTP server response.

 

Thanks,

Manohar