
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ways to send an email from Qlikview file
Hi All,
I am trying to send an email through Qlikview publisher.
I am getting the below error. Can anyone please help me? My Gmail ID : writetovidhyaa@gmail.com
Error in processing. The server response was: 5.7.3 STARTTLS is required to send mail
When i tried changing the 'Enalble SSL' option to true in 'QVManagementService.exe' config file, i got the below error:
The remote certificate is invalid according to the validation procedure.
Attached the error snapshot.
Thanks.

.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
In looking at your image, you have the port set to 25, most of the time that is not an secure port. In the both the QVDistributionService.exe.config and QVManagementService.exe.config you need to change the below from false to true.
<!-- Set to true to enable secure SSL connection to SMTP server. -->
<add key="UseSSLForSMTP" value="false"/>
Bill
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bill,
Thanks for the response.
I tried changing the value to 'true', after that I am getting the below error.
The remote certificate is invalid according to the validation procedure.
Can you please help me here?
Thanks,
Baki

.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you set the port to 587?
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Baki,
Did you make the necessary changes on the SMTP server to use an SSL connection? Changing the setting on QVDistributionService.exe.config and QVManagementService.exe.config requires a certificate to be implemented.
Thanks,
Josh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes I tried changing the port to 587. Attached the error I am getting.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am betting that anonymous is not allowed. If you use wireshark, and filter for SMTP traffic you might get more information on the error. Also, if you are running local firewall it might be blocking it.
Bill
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
