<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>6 Jun 2018 19:46:00 Z</lastBuildDate><pubDate>5 Jun 2018 13:03:00 Z</pubDate><description>I had owerwhelming difficulties trying to send protected email with WD21. Now I have been trying the same with WD23 (with the new "multiplatform" setting "EmailConfigure(emailParameterMode, 1)"), but with equally bad results.&#13;
&#13;
I have no problem sending protected emails with Pegasus email client, but when I try and use the same (or any other) settings in WD, no luck.&#13;
&#13;
With WD I can only send emails using the phone operator's general, unprotected SMTP server using the simpliest syntax:&#13;
bSessionOk is boolean = EmailStartSMTPSession(sUser,sServerAddress)&#13;
&#13;
The more complex syntaxes that I would need to use with my ISP's protected server do not work at all, eg.:&#13;
bSession is boolean = EmailStartSMTPSession( sUser, sPassword, sServerAddress, iPort, bAsyncMode, emailOptionSecuredTLS)&#13;
&#13;
I have also tried with "optionSSL" and with and without "EmailConfigure(emailParameterMode, 1)"&#13;
&#13;
Timeout has been set to 30. Have tried in Win 7 and XP.&#13;
&#13;
//Code for connection error checking:&#13;
IF not bSessionOk THEN HourGlass(False) DelayBeforeClosing(gClosingDelay) Error("Connection to SMTP server failed",EmailMsgError(Email.Error)) RESULT False END //SMTP connection failure messages with different settings:&#13;
//---------------------------------&#13;
//SSL,30,465,NoMulti,NoAsync:&#13;
//Execution in 16-bit mode or attachment names unknown.&#13;
//&#13;
//TLS,30,465,NoMulti,NoAsync:&#13;
//SMTP Session: connection failed. No server response.&#13;
//&#13;
//SSL,30,465,MultiPlatform,NoAsync:&#13;
//Execution in 16-bit mode or attachment names unknown.&#13;
//&#13;
//TLS,30,465,MultiPlatform,NoAsync:&#13;
//SMTP Session: connection failed. No server response.&#13;
//&#13;
//&#13;
//SSL,30,465,NoMulti,Asyncronous sending:&#13;
//Just failure, NO MESSAGE!&#13;
//&#13;
//TLS,30,465,NoMulti,Asyncronous sending:&#13;
//Just failure, NO MESSAGE!&#13;
//&#13;
//SSL,30,465,MultiPlatform,Asyncronous sending:&#13;
//Just failure, NO MESSAGE!&#13;
//&#13;
//TLS,30,465,MultiPlatform,Asyncronous sending:&#13;
//Just failure, NO MESSAGE!&#13;
&#13;
//The actual sending is done like this:&#13;
bOK is boolean = EmailSendMessage(sUser,emailOptionEncodeHeader)&#13;
- but the program gets this far only when sending to an unprotected server, and then it works...&#13;
&#13;
I am losing my gray hair with this. Has anybody been able to send protected emails with WD? I would really appreciate some hints and tips to get over this problem.&#13;
&#13;
Best regards&#13;
Ola</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending/read.awp</link><title>[WD23] Something wrong with protected email sending</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending-65764/read.awp</comments><pubDate>6 Jun 2018 19:46:00 Z</pubDate><description>Hi Fabrice,&#13;
&#13;
I got it working. Of course there was no problem with the firewall, because Pegasus was working. And my code was …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending-65764/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending-65764/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending/read.awp">[WD23] Something wrong with protected email sending</source><title>Re: [WD23] Something wrong with protected email sending</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending-65755/read.awp</comments><pubDate>6 Jun 2018 12:35:00 Z</pubDate><description>Hi Ola,&#13;
&#13;
maybe in the wxreplication example I left the 'standard' settings... But I'm using the same code for protected email …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending-65755/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending-65755/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending/read.awp">[WD23] Something wrong with protected email sending</source><title>Re: [WD23] Something wrong with protected email sending</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending-65752/read.awp</comments><pubDate>6 Jun 2018 00:43:00 Z</pubDate><description>Hi Fabrice,&#13;
&#13;
I had a look at your email sending code, and -- correct me if I am wrong -- it seems that it is actually sending …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending-65752/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending-65752/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending/read.awp">[WD23] Something wrong with protected email sending</source><title>Re: [WD23] Something wrong with protected email sending</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending-65751/read.awp</comments><pubDate>5 Jun 2018 21:17:00 Z</pubDate><description>Hi Fabrice,&#13;
&#13;
Thanks. I'll have a look at your email class.&#13;
I am just flabbergasted by the fact that the settings&#13;
that work i…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending-65751/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending-65751/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending/read.awp">[WD23] Something wrong with protected email sending</source><title>Re: [WD23] Something wrong with protected email sending</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending-65740/read.awp</comments><pubDate>5 Jun 2018 15:01:00 Z</pubDate><description>Hi Ola,&#13;
&#13;
I do that all the time without any problem in webdev in asynchronous mode and in windev in synchronous mode...&#13;
&#13;
of …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending-65740/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending-65740/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65738-wd23-something-wrong-with-protected-email-sending/read.awp">[WD23] Something wrong with protected email sending</source><title>Re: [WD23] Something wrong with protected email sending</title></item></channel></rss>
