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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tSendMail Error when deployed

I have a Talend job which only sends an email using username and password (Exchange server). When testing the job on my laptop, it works fine, when deployed on a Windows 2012 server, I get the following exception:

 

Exception in component tSendMail_1
com.sun.mail.smtp.SMTPSendFailedException: 550 5.7.1 Client does not have permissions to send as this sender

 

Any suggestion howto solve this?

 

Labels (2)
5 Replies
manodwhb
Champion II
Champion II

@limsuser ,you need to check that from that Windows 2012 server,can you able to connect to mail server or not? if it proxy issue,you may need to set proxy by using tSetProxy component.

Anonymous
Not applicable
Author

I am able to connect to the mail server (checked with telnet), it's also not a proxy issue because there's also a .NET application installed on the same server which is also sending e-mails with the same account without an exception.

manodwhb
Champion II
Champion II

@limsuser ,can you check the From mail id/credentials are correct? 

Anonymous
Not applicable
Author

Is it important what's in the from? Does it perform a check on the from e-mail address?

Anonymous
Not applicable
Author

Are there any specific java libraries needed? Is it possible to check if sending mail from java works?