Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Configuring Publisher to be able to make SSL connection to an SMTP email service

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support
Digital Support

Configuring Publisher to be able to make SSL connection to an SMTP email service

Last Update:

May 11, 2021 5:32:48 AM

Updated By:

Maria_Halley

Created date:

Mar 6, 2012 7:11:36 PM


Attempting to connect to Gmail SMTP server over port 587, Amazon SES over port 587 and Office Mail 365 over port 587 using SSL, results in a connection error.  This article explains what needs to be done in order to make this connection work properly.

Environment:

  • QlikView all versions

Cause:

Email servers may require encryption when sending email.

Resolution:


Use the following steps to configure an SSL connection to an SMTP email service when using Publisher:

  1. Browse to C:\Program Files\QlikView\Management Service and edit the QVManagementService.exe.config file.
  2. Look for string "UseSSLForSMTP". If the entry already exists, edit its value to "true"
  3. If "UseSSLForSMTP" does not exist, place the following two lines of code under the <!--****** SMTP ****** --> section:
    • <!--The following allows SSL connections to an SMTP mail service-->
    • <add key="UseSSLForSMTP" value="true"/>
  4. Browse to C:\Program Files\QlikView\Distribution Service and edit the QVDistributionService.exe.config file.
  5. Look for string "UseSSLForSMTP". If the entry already exists, edit its value to "true"
  6. If "UseSSLForSMTP" does not exist, place the following two lines of code under the <!--****** SMTP ****** --> section:
    • <!--The following allows SSL connections to an SMTP mail service-->
    • <add key="UseSSLForSMTP" value="true"/>

For Gmail, use port 587(smtp.gmail.com);Also the Gmail account needs to:

For Amazon Simple Email Service(SES), use port 587.

For Microsoft 365 service, use smtp.office365.com for address and port 587. Also see the following article for an alternative: Office 365 SMTP setup for Qlikview

Labels (2)
Contributors
Version history
Last update:
‎2021-05-11 05:32 AM
Updated by: