<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>27 Jun 2015 01:08:34 Z</lastBuildDate><pubDate>18 Mar 2015 14:01:00 Z</pubDate><description>Hi all,&#13;
&#13;
I'm creating a new website for our company. The new website contains a support-form but I'm not able to send it.&#13;
&#13;
The project itself is a Dynamic php project. We're using this because we cannot modify the server-configuration.&#13;
&#13;
The main problem is some parameter of EmailSendMessage() is missing (debugger says). But according to the docs (http://doc.windev.com/en-US/?3032005&amp;verdisp=190) there are no parameters needed.&#13;
&#13;
This is the code I've written to validate and send the form.&#13;
&#13;
EmailReset() Email.Sender = EDT_Email Email.NbRecipient = 1 Email.Recipient[1] = "support@localhost" Email.Subject = "Support Request" sMessage is string = "This message has been sent from our company website" + Charact(10) + ... "Name: "+ EDT_Name + Charact(10) + ... "E-Mail: " + EDT_Email + Charact(10) + ... "Phone: " + EDT_Phone + Charact(10) + ... "Question: "+ EDT_Question Email.Message = sMessage EmailSendMessage() Info("Your question has been submitted")&#13;
Thanks in advance&#13;
&#13;
Jeroen De Meerleer</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project/read.awp</link><title>[WebDev] Problem sending e-mail with php-project</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>jbistuer</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project-52912/read.awp</comments><pubDate>27 Jun 2015 01:08:34 Z</pubDate><description>Hi everybody,&#13;
&#13;
I have a similar problem with WB19 and sending mails in a PHP project.&#13;
In the test mode, I can't send any mail…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project-52912/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project-52912/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project/read.awp">[WebDev] Problem sending e-mail with php-project</source><title>Re: [WebDev] Problem sending e-mail with php-project</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project-51035/read.awp</comments><pubDate>19 Mar 2015 15:24:00 Z</pubDate><description>Jeroen,&#13;
&#13;
I did a project similar to yours a few months ago. I found that for php EmailSendMessage simply doesn't work in the d…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project-51035/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project-51035/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project/read.awp">[WebDev] Problem sending e-mail with php-project</source><title>Re: [WebDev] Problem sending e-mail with php-project</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project-51028/read.awp</comments><pubDate>19 Mar 2015 13:51:00 Z</pubDate><description>Hi Jeroen,&#13;
&#13;
Well, drop a call to PCSoft Free Technical Support. They might have an idea, and send them the full error message.…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project-51028/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project-51028/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project/read.awp">[WebDev] Problem sending e-mail with php-project</source><title>Re: [WebDev] Problem sending e-mail with php-project</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project-51009/read.awp</comments><pubDate>18 Mar 2015 15:27:00 Z</pubDate><description>Hi Alexandre,&#13;
&#13;
I did it in PHP first (got it working, btw) but my boss was complaining about it. I have to do it in W-Language…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project-51009/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project-51009/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project/read.awp">[WebDev] Problem sending e-mail with php-project</source><title>Re: [WebDev] Problem sending e-mail with php-project</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project-51008/read.awp</comments><pubDate>18 Mar 2015 15:06:00 Z</pubDate><description>Hi Jeroen,&#13;
&#13;
Is your php server configured correctly? You can also try to do it in PHP directly if you want: http://27130.foren…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project-51008/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project-51008/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51006-webdev-problem-sending-mail-with-php-project/read.awp">[WebDev] Problem sending e-mail with php-project</source><title>Re: [WebDev] Problem sending e-mail with php-project</title></item></channel></rss>
