Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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
Did you set the port to 587?
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
Yes I tried changing the port to 587. Attached the error I am getting.
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