Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.)
Hi,
I Have the same problem.
Using Version: November-2017 (2.28.7.29762)
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.
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
Hi Steve - No. It did not work earlier. Let me check this URL you shared and try.
Thanks, Vishal.
use 587 port instead of 465
Okay, I hope it works out this time. Let me know how you get on.
Hi,
I am facing the same issue. Any resolution you got ?
Hi Paulo,
Still not working. Can you assist.
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