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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
vimalthehero
Contributor III
Contributor III

SMTP webconnector not working

we are looking for advice on below Qliksense webconnector issue on SMTP connector.

it keeps throwing error even though providing proper email address and SMTP server details for test connection.

Failure error message :

One or more recipients rejected. Call SmtpException.GetRejectedRecipients() to get a collection of rejected email addresses.

 

Thank you for your reply in advance

 

Labels (3)
1 Solution

Accepted Solutions
Vegar
MVP
MVP

It could be limitations on the smtp server? Have you checked your smtp fire wall or if you need to add your Qlik WebConnector server as a white listed IP in you smtp configuration? What about your user access? Are your user allowed to send emails? Are you sending emails to different domain as your smtp? Sometimes there are limitations on the smtp only accepting internal emails as default.

View solution in original post

7 Replies
Vegar
MVP
MVP

It could be limitations on the smtp server? Have you checked your smtp fire wall or if you need to add your Qlik WebConnector server as a white listed IP in you smtp configuration? What about your user access? Are your user allowed to send emails? Are you sending emails to different domain as your smtp? Sometimes there are limitations on the smtp only accepting internal emails as default.

Jay_Brown
Support
Support

I agree with @Vegar here.  This is likely an SMTP relay or firewall issue, especially if there has been no additional configuration there.  You can test this by using a test instance of another tool such as SMTP4DEV which will emulate a mail server and help you rule out the Qlik Web Connector as the culprit.  If you have not configured the SMTP relay as of yet, I would start there.

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.
vimalthehero
Contributor III
Contributor III
Author

we had requested for firewall exceptions to be made, will soon be updated on this issue

vimalthehero
Contributor III
Contributor III
Author

SMTP not working issue fixed, Firewall exceptions implementation made this working fine..

Vegar
MVP
MVP

@vimalthehero 

That's great to hear

Thank you for the feedback. 

pannacheworld
Contributor
Contributor

SMTP WebConnector in Qlik Sense Not Working – Rejected Recipients Error

Hi Community,

We are currently facing an issue with the SMTP WebConnector in Qlik Sense, and we're hoping to get some guidance or a solution.

Issue:
While trying to send a test email via the SMTP WebConnector, we are consistently getting the following error:

Failure error message:
One or more recipients rejected. Call SmtpException.GetRejectedRecipients() to get a collection of rejected email addresses.

Despite providing valid SMTP server details and a correct, active email address in the test configuration, the connection keeps failing with the same message.


Steps we’ve already checked:

  • The SMTP server details (host, port, SSL/TLS settings) are correct

  • The sender and recipient email addresses are valid and active

  • Tried multiple email addresses from different domains

  • SMTP server is accessible and not blocking connections

  • No firewall or spam filter issues on our mail server end


Questions:

  1. Is there any specific format or requirement for the recipient field in Qlik’s SMTP WebConnector?

  2. Could this be related to authentication or sender domain mismatch issues?

  3. Are there any additional logs or ways to call GetRejectedRecipients() from Qlik's end for debugging?


Any guidance or suggestions to resolve this error would be greatly appreciated.

Thanks in advance!

vimalthehero
Contributor III
Contributor III
Author

We've seen this issue before—it was due to firewall, and our IT team fixed it by adding exceptions. hope it works for you too