<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>30 Jan 2019 08:48:20 Z</lastBuildDate><pubDate>31 Aug 2017 14:48:19 Z</pubDate><description>Bonjour,&#13;
Nous utilisons la fonction EmailOuvreSession() pour pouvoir envoyer des mails depuis une application développé en windev 22.&#13;
Jusqu'à maintenant aucun problème, on paramètre la session SMTP.&#13;
	&#13;
&#13;
Mais quelques temps une cliente me signale un problème lorsqu'elle essaye d'envoyer des mails avec une adresse mail gmail, la session ne s'ouve pas et renvoi l'erreur suivante :&#13;
code erreur = 101002&#13;
message de l'erreur = "des erreurs de sécurité ont été détectées pendant la mise en place de la commuhnication&#13;
détail de l'erreur système : la signature du certificat ne peut pas etre verifiée"&#13;
&#13;
Pourtant l'adresse mail est juste ainsi que tous les autres paramètres. &#13;
Voici ce qui est passé en paramètres pour ouvrir la session :&#13;
gSessionSMTP est une EmailSessionSMTP&#13;
gSessionSMTP..AdresseServeur="smtp.gmail.com" &#13;
gSessionSMTP..Nom= "****@gmail.com"&#13;
gSessionSMTP..MotDePasse= *****  //mot de passe du compte gmail&#13;
gSessionSMTP..Port=587&#13;
gSessionSMTP..Option = emailOptionSécuriséTLS&#13;
&#13;
// 10 secondes pour le time out&#13;
EmailChangeTimeOut(10)&#13;
&#13;
bOuvresession est un booléen=EmailOuvreSession(gSessionSMTP)&#13;
&#13;
Je ne comprends pas car pour beaucoup d'autres clients qui ont un compte gmail, tout fonctionne parfaitement mais pas pour cette cliente qui est sous windows xp. Je ne sais pas si cela à de l'importance.&#13;
&#13;
Merci d'avance pour votre aide.&#13;
&#13;
Jennifer</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp</link><title>Problème pour envoyer des mails avec gmail</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Arnaud</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-223665/read.awp</comments><pubDate>30 Jan 2019 08:48:20 Z</pubDate><description>OttoMatic a écrit : &#13;
&gt; Bonjour,&#13;
&gt; Pour ceux que ça peut intéresser, je vous partage ma petite bibliothèque .net (explications …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-223665/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-223665/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>motard_13</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-214032/read.awp</comments><pubDate>26 Jan 2018 18:36:15 Z</pubDate><description>Romain D a écrit : &#13;
&gt; Bonjour,&#13;
&gt; &#13;
&gt; J'ai, pour ma part, développé une dll en C# .NET pour relever les emails sur Gmail en uti…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-214032/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-214032/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>romain.delecambre</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-214015/read.awp</comments><pubDate>26 Jan 2018 14:36:18 Z</pubDate><description>Bonjour,&#13;
&#13;
J'ai, pour ma part, développé une dll en C# .NET pour relever les emails sur Gmail en utilisant l'API, cela fonction…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-214015/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-214015/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>mahmoud.elbouhali</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-213074/read.awp</comments><pubDate>23 Dec 2017 15:09:47 Z</pubDate><description>Bonjours,&#13;
La solution c'est tout simplement commenter la ligne suivante:&#13;
//gSessionSMTP..Option = emailOptionSécuriséTLS&#13;
&#13;
//…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-213074/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-213074/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>François SCHAAL</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211849/read.awp</comments><pubDate>17 Nov 2017 08:06:49 Z</pubDate><description>Désolé je n'ai pas d'expérience dans les API Gmail ni dans le protocole IMAP...&#13;
&#13;
--&#13;
Cordialement&#13;
François&#13;
&#13;
http://intra.fr…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211849/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211849/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Baptiste - BLV TECH</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211848/read.awp</comments><pubDate>17 Nov 2017 07:58:22 Z</pubDate><description>Quelqu'un sait il utilisé les API Gmail avec Windev ?&#13;
&#13;
Voici où j'en suis actuellement : &#13;
&#13;
https://forum.pcsoft.fr/fr-FR/pcs…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211848/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211848/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Sylvain RICAU</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211836/read.awp</comments><pubDate>16 Nov 2017 17:35:46 Z</pubDate><description>Bonjour François&#13;
&#13;
En W19, je n'arrive pas à me connecter à une session IMAP pour un compte gmail.&#13;
&#13;
Aurais tu une solution ?&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211836/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211836/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>François SCHAAL</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211830/read.awp</comments><pubDate>16 Nov 2017 15:38:30 Z</pubDate><description>Bonjour,&#13;
&#13;
J'envoie des emails par Gmail avec une ancienne version d'un produit Wx (la 18). Cela fonctionne bien à ce jour...&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211830/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211830/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>kick71</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211382/read.awp</comments><pubDate>5 Nov 2017 22:58:15 Z</pubDate><description>Bonsoir,&#13;
&#13;
Quelque soit le language, il n'est pas tolérable d'avoir à payer ( chèrement ) les dernières versions afin d'assurer…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211382/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211382/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>OttoMatic</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211372/read.awp</comments><pubDate>5 Nov 2017 10:40:48 Z</pubDate><description>Malheureusement,  tous le monde ne maitrise pas le C. Windev est pour moi un langage semi professionnel conçu pour des personnes…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211372/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211372/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>GAD</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211367/read.awp</comments><pubDate>4 Nov 2017 19:18:55 Z</pubDate><description>Loic a écrit : &#13;
&gt; Bonjour&#13;
&gt; &#13;
&gt; Les acteurs majeurs dans ce domaine font évoluer sans cesse leurs solutions (Google, Apple, Mi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211367/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211367/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Baptiste - BLV TECH</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211355/read.awp</comments><pubDate>3 Nov 2017 18:05:53 Z</pubDate><description>meumeu321 a écrit : &#13;
&gt; Bonjour,&#13;
&gt; est-ce que ça serait possible d'avoir le code pour éviter d'avoir un .exe à lancer ?&#13;
&gt; &#13;
&gt; …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211355/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211355/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>loulou312</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211352/read.awp</comments><pubDate>3 Nov 2017 15:41:09 Z</pubDate><description>Bonjour,&#13;
est-ce que ça serait possible d'avoir le code pour éviter d'avoir un .exe à lancer ?&#13;
&#13;
J'explique : mon souci est que…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211352/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211352/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>OttoMatic</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211351/read.awp</comments><pubDate>3 Nov 2017 15:19:48 Z</pubDate><description>Bonjour,&#13;
Totalement d'accord avec vous au sujet des dlls externes :)&#13;
Je mets régulièrement mon source à jour. Vous êtes sureme…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211351/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211351/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>GAD</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211337/read.awp</comments><pubDate>3 Nov 2017 09:35:40 Z</pubDate><description>OttoMatic a écrit : &#13;
&gt; Bonjour,&#13;
&gt; Pour ceux que ça peut intéresser, je vous partage ma petite bibliothèque .net (explications …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211337/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211337/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Baptiste - BLV TECH</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211315/read.awp</comments><pubDate>2 Nov 2017 08:25:59 Z</pubDate><description>Sylvain RICAU a écrit : &#13;
&gt; Bonjour Baptiste, &#13;
&gt; Merci pour ta contribution. &#13;
&gt; Est ce que ta solution fonctionne avec toutes …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211315/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211315/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Sylvain RICAU</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211299/read.awp</comments><pubDate>1 Nov 2017 10:23:28 Z</pubDate><description>Bonjour Baptiste,&#13;
&#13;
Merci pour ta contribution.&#13;
&#13;
Est ce que ta solution fonctionne avec toutes les versions de Windev, notamm…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211299/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211299/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Baptiste - BLV TECH</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211292/read.awp</comments><pubDate>31 Oct 2017 19:24:41 Z</pubDate><description>Bonjour,&#13;
&#13;
Voici mon Outil d'envoi mail pour Gmail avec les versions antérieur de Windev 22 : &#13;
[code:text]&#13;
https://drive.goog…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211292/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211292/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>OttoMatic</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211264/read.awp</comments><pubDate>31 Oct 2017 10:52:01 Z</pubDate><description>DLL modifiée pour fonctionner en dehors de gmail avec l'ajout de l'authentification :&#13;
&#13;
//Authentification&#13;
MonMail.Security = …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211264/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211264/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>OttoMatic</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211052/read.awp</comments><pubDate>24 Oct 2017 10:40:16 Z</pubDate><description>Bonjour,&#13;
Pour ceux que ça peut intéresser, je vous partage ma petite bibliothèque .net (explications dans le lisezmoi.txt)&#13;
&#13;
h…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211052/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211052/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>maverick</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211033/read.awp</comments><pubDate>23 Oct 2017 14:17:00 Z</pubDate><description>Le mieux est de partager  votre solution. Cordialement</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211033/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211033/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Baptiste - BLV TECH</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211026/read.awp</comments><pubDate>23 Oct 2017 10:50:43 Z</pubDate><description>Bonjour,&#13;
&#13;
Pour ceux qui non pas WinDev22 et qui sont obliger de passer par une adresse Gmail pour l'envoi de leurs mails.&#13;
Mer…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211026/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-211026/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Benjamin G</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210884/read.awp</comments><pubDate>18 Oct 2017 12:08:37 Z</pubDate><description>Nous avons effectué la migration de la 21 à la 22 et ajouté EmailParamètre(emailParamètreMode,1).&#13;
Plus de problème pour les env…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210884/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210884/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>BP</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210827/read.awp</comments><pubDate>16 Oct 2017 15:08:36 Z</pubDate><description>OttoMatic a écrit : &#13;
&gt; La solution pour ne plus être dépendant des hypothétiques maj de pcsoft et réagir rapidement à tout aléa…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210827/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210827/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>contact</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210801/read.awp</comments><pubDate>16 Oct 2017 08:49:50 Z</pubDate><description>Les envois de mails se font à présent depuis Windev, mais nous avons des procédures stockées qui font partir les mails en automa…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210801/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210801/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>OttoMatic</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210445/read.awp</comments><pubDate>5 Oct 2017 10:43:51 Z</pubDate><description>La solution pour ne plus être dépendant des hypothétiques maj de pcsoft et réagir rapidement à tout aléa est de créer ses propre…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210445/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210445/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Nicolas CAILLIEZ</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210438/read.awp</comments><pubDate>5 Oct 2017 09:35:08 Z</pubDate><description>Pas cool pour les utilisateurs des précèdentes versions de windev.... :o</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210438/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210438/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>laurent</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210435/read.awp</comments><pubDate>5 Oct 2017 09:12:51 Z</pubDate><description>Bonjour, &#13;
&#13;
et techniquement, qu'est ce qu'il reste pour les logiciels avec les précédentes versions ? A t on trouvé une soluti…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210435/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210435/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>LH</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210416/read.awp</comments><pubDate>4 Oct 2017 17:00:49 Z</pubDate><description>Bonjour&#13;
&#13;
Les acteurs majeurs dans ce domaine font évoluer sans cesse leurs solutions (Google, Apple, Microsoft, Firefox, etc…)…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210416/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210416/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Benjamin G</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210411/read.awp</comments><pubDate>4 Oct 2017 15:40:30 Z</pubDate><description>Bonjour,&#13;
&#13;
Savez-vous si un correctif sera proposé en version 21 pour la fonction EmailParametre ? &#13;
Cordialement</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210411/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210411/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>support</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210399/read.awp</comments><pubDate>4 Oct 2017 11:14:58 Z</pubDate><description>Merci Loic, je confirme, ça marche ! EmailOuvreSession() ne génère plus d'erreur avec gmail.&#13;
Bon cela a été un peu long le temp…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210399/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210399/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Michael</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210395/read.awp</comments><pubDate>4 Oct 2017 10:49:42 Z</pubDate><description>Loic a écrit : &#13;
&gt; Bonjour,&#13;
&gt; &#13;
&gt; Dans le cas de WEBDEV, un nouveau module est disponible sur demande depuis notre site interne…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210395/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210395/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>LH</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210387/read.awp</comments><pubDate>4 Oct 2017 09:07:21 Z</pubDate><description>Bonjour,&#13;
&#13;
Dans le cas de WEBDEV, un nouveau module est disponible sur demande depuis notre site internet à l’adresse suivante …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210387/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210387/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Baptiste - BLV TECH</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210375/read.awp</comments><pubDate>3 Oct 2017 22:17:31 Z</pubDate><description>Maintenant ont nous dit que le problème et connu depuis Fin Aout chez PC Soft....&#13;
Plusieurs sujets ont étaientt ouvert sur le f…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210375/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210375/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Lucas GILHARD</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210364/read.awp</comments><pubDate>3 Oct 2017 17:03:56 Z</pubDate><description>Bonjour,&#13;
&#13;
Quel certificat serait à installer ? Auriez-vous une marche à suivre pour mettre cela en place ?&#13;
&#13;
Cordialement,&#13;
L…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210364/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210364/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>LH</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210352/read.awp</comments><pubDate>3 Oct 2017 13:45:09 Z</pubDate><description>Re-Bonjour,&#13;
&#13;
Pour WEBDEV, la solution passe par l’installation d’un certificat spécifique en local. Nous sommes en cours de te…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210352/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210352/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>reynald</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210351/read.awp</comments><pubDate>3 Oct 2017 13:13:55 Z</pubDate><description>Loic a écrit : &#13;
&gt; Bonjour,&#13;
&gt; &#13;
&gt; Depuis fin Aout, Google a déployé un nouveau certificat : Google Internet Authority G3. Malhe…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210351/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210351/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>support</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210346/read.awp</comments><pubDate>3 Oct 2017 12:07:15 Z</pubDate><description>Bonjour,&#13;
&#13;
Sauf qu'en WEBDEV EmailParamètres() n'est pas dispo ... Que faire ?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210346/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210346/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>LH</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210342/read.awp</comments><pubDate>3 Oct 2017 11:32:39 Z</pubDate><description>Bonjour,&#13;
&#13;
Depuis fin Aout, Google a déployé un nouveau certificat : Google Internet Authority G3. Malheureusement, l’API Windo…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210342/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210342/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>OttoMatic</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210341/read.awp</comments><pubDate>3 Oct 2017 11:29:55 Z</pubDate><description>Bon mauvaise surprise pour moi ce matin. Ma methode ne fonctionne plus.. :(&#13;
J'etais parti sur la création d'une dll C#...&#13;
Mais…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210341/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210341/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>bissay.thomas</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210339/read.awp</comments><pubDate>3 Oct 2017 11:20:13 Z</pubDate><description>Bonjour,&#13;
&#13;
De mon côté c'est à jour, mais ça ne fonctionne toujours pas.&#13;
&#13;
Cordialement</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210339/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210339/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>guillaume.hodierne</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210338/read.awp</comments><pubDate>3 Oct 2017 10:59:24 Z</pubDate><description>Bonjour,&#13;
&#13;
Avez vous essayé de mettre à jour les certificats suivants ?&#13;
https://pki.google.com/ -&gt;Google Internet Authority G2…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210338/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210338/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>reynald</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210320/read.awp</comments><pubDate>3 Oct 2017 05:36:59 Z</pubDate><description>OttoMatic a écrit : &#13;
&gt; Bonjour,&#13;
&gt; Pb soulevé ce matin par un de nos clients (envoi de mails via le smtp de gmail) et solutionn…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210320/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210320/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>reynald</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210319/read.awp</comments><pubDate>3 Oct 2017 05:34:11 Z</pubDate><description>Roland a écrit : &#13;
&gt; Bonjour avant de lancer le emailouvresession , vous pouvez rajouter l'instruction&#13;
&gt; &#13;
&gt; HTTP.IgnoreErreur …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210319/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210319/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>ericb33+spam</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210302/read.awp</comments><pubDate>2 Oct 2017 18:42:44 Z</pubDate><description>Le 2 octobre 2017 à 15:40, dans&#13;
&lt;news:20179f8a4887c7e6efc9566403feaf89464a@news.pcsoft.fr&gt;, OttoMatic&#13;
nous disait :&#13;
&#13;
&gt; Dans …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210302/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210302/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>OttoMatic</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210300/read.awp</comments><pubDate>2 Oct 2017 17:41:31 Z</pubDate><description>https://hostimage.windev.io/images/G1_922260235eafdd760f9ff7b498238ad5.JPG&#13;
&#13;
&#13;
https://hostimage.windev.io/images/G2_3b163fa2db…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210300/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210300/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>OttoMatic</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210299/read.awp</comments><pubDate>2 Oct 2017 17:40:15 Z</pubDate><description>Dans votre compte Google : &#13;
1- Aller à Connexion et sécurité -&gt; Activer Validation en deux étapes. Suivre le processus..&#13;
2- Qu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210299/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210299/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>ericb33+spam</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210293/read.awp</comments><pubDate>2 Oct 2017 16:07:57 Z</pubDate><description>Le 2 octobre 2017 à 13:25, dans&#13;
&lt;news:20177575b5437faab3b866717ec7a03062d8@news.pcsoft.fr&gt;, OttoMatic&#13;
nous disait :&#13;
&#13;
&gt; Pb so…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210293/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210293/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Pokedev</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210291/read.awp</comments><pubDate>2 Oct 2017 16:04:56 Z</pubDate><description>PCSOFT vient de me répondre que l'incident a été enregistré avec la référence 104 970</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210291/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210291/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>OttoMatic</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210286/read.awp</comments><pubDate>2 Oct 2017 15:25:28 Z</pubDate><description>Bonjour,&#13;
Pb soulevé ce matin par un de nos clients (envoi de mails via le smtp de gmail) et solutionné en activant la validatio…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210286/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210286/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>roland</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210284/read.awp</comments><pubDate>2 Oct 2017 15:06:01 Z</pubDate><description>Bonjour avant de lancer le emailouvresession , vous pouvez rajouter l'instruction&#13;
&#13;
HTTP.IgnoreErreur = httpIgnoreCertificatExp…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210284/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210284/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Pokedev</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210280/read.awp</comments><pubDate>2 Oct 2017 13:14:50 Z</pubDate><description>Bonjour DAVY,&#13;
Certes mais cela fait déjà au moins 15 jours que le problème est apparu.&#13;
Et un service de relais smtp n'a aucune…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210280/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210280/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>davy.samper</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210274/read.awp</comments><pubDate>2 Oct 2017 12:06:29 Z</pubDate><description>Bonjour,&#13;
Le support technique de PCSoft est au courant et ils sont en train de travailler dessus.&#13;
Donc à moins d'attendre le c…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210274/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210274/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Pokedev</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210272/read.awp</comments><pubDate>2 Oct 2017 11:29:32 Z</pubDate><description>Bonjour,&#13;
Même soucis chez nous, que ce soit en WINDEV ou en WEBDEV, via le serveur 2012S ou en local.&#13;
Sur tous les comptes GMA…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210272/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210272/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Reynald P.</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210259/read.awp</comments><pubDate>2 Oct 2017 04:43:33 Z</pubDate><description>J'ai eu le même soucis fin Aout début Septembre, et puis tout est rentré dans l'ordre sans aucune modification de ma part si ce …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210259/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-210259/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Michael</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209420/read.awp</comments><pubDate>9 Sep 2017 15:39:25 Z</pubDate><description>Bonjour,&#13;
&#13;
Même problème de mon côté et n'ayant pas trouvé comment utiliser smtp-relay.gmail.com dans les paramètres Gsuite, j'…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209420/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209420/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Baptiste - BLV TECH</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209403/read.awp</comments><pubDate>8 Sep 2017 17:42:50 Z</pubDate><description>Bonjour,&#13;
&#13;
J'ai apparemment résolu le problème sur les comptes Gsuite en modifiant l'adresse du serveur SMTP par :&#13;
[code:text]…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209403/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209403/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>contact</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209397/read.awp</comments><pubDate>8 Sep 2017 15:38:09 Z</pubDate><description>Idem pour moi, ce paramètre est déjà activé.&#13;
Et j'ai de plus en plus de clients qui sont concernés par le pb.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209397/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209397/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Baptiste - BLV TECH</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209316/read.awp</comments><pubDate>6 Sep 2017 11:48:53 Z</pubDate><description>Bonjour,&#13;
&#13;
Chez moi le paramètre est déjà activer. Et le problème est quand même présent.&#13;
&#13;
https://hostimage.windev.io/images…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209316/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209316/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>contact</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209308/read.awp</comments><pubDate>6 Sep 2017 09:04:20 Z</pubDate><description>Bonjour&#13;
J'ai ce type de problème chez mes clients et j'ai réussi à m'en sortir en paramétrant le compte Gmail de façon a ce le …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209308/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209308/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Philippe SB</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209305/read.awp</comments><pubDate>6 Sep 2017 05:13:48 Z</pubDate><description>Bonjour,&#13;
&#13;
Ca ne vient pas de ceci ? https://support.google.com/a/answer/6180220?hl=fr&#13;
--&#13;
Cordialement,&#13;
&#13;
Philippe SAINT-BER…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209305/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209305/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Matthieu C</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209298/read.awp</comments><pubDate>5 Sep 2017 22:41:51 Z</pubDate><description>Bonjour,&#13;
Idem pour moi. J'ai remarqué que le problème se présentait à partir de 16h ?!</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209298/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209298/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>contact</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209266/read.awp</comments><pubDate>4 Sep 2017 15:34:20 Z</pubDate><description>Bonjour,&#13;
&#13;
Cela me rassure de voir que je ne suis pas la seule à avoir des erreurs lors de l'envoi de mails avec gmail.&#13;
&#13;
Depu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209266/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209266/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Baptiste - BLV TECH</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209247/read.awp</comments><pubDate>4 Sep 2017 11:09:57 Z</pubDate><description>Bonjour,&#13;
&#13;
Je rencontre également le même problème depuis fin Aout.&#13;
Une solution ?&#13;
&#13;
--&#13;
Baptiste CLOART&#13;
Freelance&#13;
b.cloart…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209247/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209247/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>maverick</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209193/read.awp</comments><pubDate>2 Sep 2017 10:53:51 Z</pubDate><description>Bonjour. J ai egalement le meme probleme chez certain de mes client mais pas chez moi. Apparement blocage de certain fournisseur…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209193/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209193/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>Chris</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209186/read.awp</comments><pubDate>1 Sep 2017 21:18:01 Z</pubDate><description>J'ai le même message que vous et je ne comprends pas pourquoi ce blocage apparaît d'un coup ?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209186/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209186/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>contact</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209185/read.awp</comments><pubDate>1 Sep 2017 17:47:21 Z</pubDate><description>J'ai également ce message qui apparait chez d'autres clients qui utilise également un compte gmail pour faire partir leur mail d…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209185/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209185/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item><item><author>veronique</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209182/read.awp</comments><pubDate>1 Sep 2017 15:06:02 Z</pubDate><description>Bonjour, &#13;
nous rencontrons des problèmes équivalents depuis plusieurs jour avec des boites mail gérées par google (gmail ou gsu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209182/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail-209182/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/209149-probleme-pour-envoyer-mails-avec-gmail/read.awp">Problème pour envoyer des mails avec gmail</source><title>Re: Problème pour envoyer des mails avec gmail</title></item></channel></rss>
