Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
vishalgoyal18
Contributor III
Contributor III

Notification Web Connector not working

I have downloaded the latest WebConnectors for Qliksense and trying to configure and test the Notification Connector to send mail. I am using gmail for SMTP and settings in gmail are correct.

I keep getting below error on Data Preview

Error connecting to Smtp server (The server has closed the connection.)

Notificationcentre.png

12 Replies
cliksoft
Partner - Contributor
Partner - Contributor

Hi,

I Have the same problem.

Using Version: November-2017 (2.28.7.29762)


paulodantas
Creator
Creator

Hey guys,

try this:

Connect to smtp.gmail.com on port 465, if you're using SSL. (Connect on port 587 if you're using TLS.) Sign in with a Google username and password for authentication to connect with SSL or TLS.

Best regards.

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi Vishal,

Did you get this working?

I have just put together a blog post, and example application, which shows how Qlik Web Connectors can be used to send data via GMail:

https://www.quickintelligence.co.uk/send-data-from-qlik-load-script/

Hopefully this will help you out.

Steve

vishalgoyal18
Contributor III
Contributor III
Author

Hi Steve - No. It did not work earlier. Let me check this URL you shared and try.

Thanks, Vishal.

nasirsaikh
Creator
Creator

use 587 port instead of 465

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Okay, I hope it works out this time. Let me know how you get on.

shrutithakur297

Hi,

I am facing the same issue. Any resolution you got ?

shrutithakur297

Hi Paulo,

Still not working. Can you assist.

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Take a look at the blog post I shared above. This has all the settings you need and a link to download an app that works with GMail.

From the original image I can see that the SSL mode is set wrong, it should be Implicit.

let vUseSSL = 'True';

let vSSLMode = 'Implicit';

let vPort = '465';


Steve