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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

tSendMail Basic Authentication

Hello,
We have an smtp email server that requires basic authentication to send mail.  The Active Directory services accounts being used are in an authentication AD group.  I've confirmed that my service account can authenticate against our smtp server - so that much is known.
However these are the errors that I get when attempting to run a tSendMail component with basic authentication.  No TLS or SSL required.
"MySmtpauth.myserver.com"
SMTP Port 25
"authserviceAcct"
"pasS*wrd"
These are the errors:
Exception in component tSendMail_1
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)

If I have a special character in my pw like the * will that break the encrypt/decrypt process?  Any help is appreciated.

Thanks,
Darin

Labels (2)
1 Reply
Anonymous
Not applicable

Hi,
Can you use "telnet" to test your smtp email server to see if it is working well?
Best regards
Sabrina