<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>sujet Re : Envoyer un code en local (Wampserver) dans mon mail Orange</title>
    <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1159512#M57997</link>
    <description>&lt;P&gt;Tu as encodé le username !!!&lt;/P&gt;&lt;P&gt;L'authentification est toute simple : "en texte clair"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ce n'est pas moi qui le dit mais Orange et les configurations opérationnelles avec Outlook, WLM, Thunderbird et Courrier qui fonctionnent toutes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;L'authentification se fait en texte clair.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ca aurait eu un sens de chiffrer si la transmission se faisait sans ssl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cordialement&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080"&gt;&lt;STRONG&gt;&lt;EM&gt;PhilDur&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 24 Dec 2016 17:23:13 GMT</pubDate>
    <dc:creator>PhilDur</dc:creator>
    <dc:date>2016-12-24T17:23:13Z</dc:date>
    <item>
      <title>Envoyer un mail en local (Wampserver)</title>
      <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1157978#M57859</link>
      <description>&lt;P&gt;Bonjour,&lt;BR /&gt;&lt;BR /&gt;je souhaite envoyer des mails en local (depuis Wampserver installé sur mon PC). Il se trouve que j'ai un compte chez Orange (en fait, je suis employé par une entreprise qui est un de vos clients). Comme je souhaite utiliser le SMTP authentifié, j'ai fait en sorte d'obtenir un mot de passe (associé à mon mobile).&lt;BR /&gt;&lt;BR /&gt;Pour envoyer un mail, j'utilise PHPMAILER. Voici mon code&lt;/P&gt;&lt;PRE&gt;require "../../../_lib/class.phpmailer.php";
        $mail = new PHPmailer();
	$monadresse='mon_adresse_mail';
	$mail-&amp;gt;IsSMTP();
	$mail-&amp;gt;IsHTML(true);
	$mail-&amp;gt;Host='smtp.orange.fr';
	$mail-&amp;gt;Port='587';
	$mail-&amp;gt;Username    = "mon_numéro_de_mobile";
	$mail-&amp;gt;Password    = "mot_de_passe_associé";
	$mail-&amp;gt;SMTPAuth='true';
        $mail-&amp;gt;From=$monadresse;
        $mail-&amp;gt;AddAddress($adrmail);
        $mail-&amp;gt;AddReplyTo($monadresse);     
        $mail-&amp;gt;Subject='Exemple trouvé sur DVP';
        $mail-&amp;gt;Body='Voici un exemple d\'e-mail au format Texte';
        if(!$mail-&amp;gt;Send()){ //Teste le return code de la fonction
          echo $mail-&amp;gt;ErrorInfo; //Affiche le message d'erreur (ATTENTION:voir section 7)
        }
        else{     
          echo 'Mail envoyé avec succès';
        }
		$mail-&amp;gt;SmtpClose();
        unset($mail);&lt;/PRE&gt;&lt;P&gt;Le problème :&lt;/P&gt;&lt;PRE&gt;SMTP Error: Could not connect to SMTP host&lt;/PRE&gt;&lt;P&gt;Sauriez-vous me dépanner ?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 21:56:11 GMT</pubDate>
      <guid>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1157978#M57859</guid>
      <dc:creator>laurentsc</dc:creator>
      <dc:date>2016-12-21T21:56:11Z</dc:date>
    </item>
    <item>
      <title>Re : Envoyer un mail en local (Wampserver)</title>
      <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1157993#M57860</link>
      <description>&lt;P&gt;Je viens de me rendre compte que je me suis trompé en écrivant le titre : envoyer un mail (et pas un code !) ; mais je ne sais pas le modifier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[edit] j'ai trouvé !&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 21:57:01 GMT</pubDate>
      <guid>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1157993#M57860</guid>
      <dc:creator>laurentsc</dc:creator>
      <dc:date>2016-12-21T21:57:01Z</dc:date>
    </item>
    <item>
      <title>Re : Envoyer un code en local (Wampserver)</title>
      <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1157997#M57861</link>
      <description>&lt;P&gt;Bonjour &lt;a href="https://communaute.orange.fr/t5/user/viewprofilepage/user-id/9492315"&gt;@laurentsc﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sans connaitre ton logiciel et ton code, ce que je peux t'indiquer, ce sont les paramétrages suivants qui ont prouvé fonctionner comme envoi authentifié :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Serveur = smtp.orange.fr&lt;/P&gt;&lt;P&gt;Port = 465&lt;/P&gt;&lt;P&gt;SSL = YES&lt;/P&gt;&lt;P&gt;Authentification par mot de passe simple&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 18:04:26 GMT</pubDate>
      <guid>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1157997#M57861</guid>
      <dc:creator>Ancien Membre</dc:creator>
      <dc:date>2016-12-21T18:04:26Z</dc:date>
    </item>
    <item>
      <title>Re : Envoyer un code en local (Wampserver)</title>
      <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1158010#M57862</link>
      <description>&lt;P&gt;J'ai un peu modifé mon code (après un petit tour sur Google);&lt;/P&gt;&lt;PRE&gt;        require "../../../_lib/class.phpmailer.php";
        $mail = new PHPmailer();
	$monadresse='mon_adresse_mail';
	$mail-&amp;gt;IsSMTP();
	$mail-&amp;gt;IsHTML(true);
	$mail-&amp;gt;Host='smtp.orange.fr';
	$mail-&amp;gt;Port='465';
	$mail-&amp;gt;SMTPSecure = 'ssl';
	$mail-&amp;gt;Username    = "mon_numéro_de_mobile";
	$mail-&amp;gt;Password    = "mot_de_passe_associé";
	$mail-&amp;gt;SMTPAuth='true';
        $mail-&amp;gt;From=$monadresse;
        $mail-&amp;gt;AddAddress($adrmail);
        $mail-&amp;gt;AddReplyTo($monadresse);     
        $mail-&amp;gt;Subject='Exemple trouvé sur DVP';
        $mail-&amp;gt;Body='Voici un exemple d\'e-mail au format Texte';
        if(!$mail-&amp;gt;Send()){ //Teste le return code de la fonction
          echo $mail-&amp;gt;ErrorInfo; //Affiche le message d'erreur (ATTENTION:voir section 7)
        }
        else{     
          echo 'Mail envoyé avec succès';
        }
		$mail-&amp;gt;SmtpClose();
        unset($mail);&lt;/PRE&gt;&lt;P&gt;mais même mssage d'erreur :smileysad: Je me demande si mes choix de Username et de Password sont corrects...&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 21:55:06 GMT</pubDate>
      <guid>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1158010#M57862</guid>
      <dc:creator>laurentsc</dc:creator>
      <dc:date>2016-12-21T21:55:06Z</dc:date>
    </item>
    <item>
      <title>Re : Envoyer un code en local (Wampserver)</title>
      <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1158065#M57867</link>
      <description>&lt;P&gt;&lt;a href="https://communaute.orange.fr/t5/user/viewprofilepage/user-id/9492315"&gt;@laurentsc﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Essaye avec en "username" ton adresse mail complête.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 19:38:14 GMT</pubDate>
      <guid>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1158065#M57867</guid>
      <dc:creator>Ancien Membre</dc:creator>
      <dc:date>2016-12-21T19:38:14Z</dc:date>
    </item>
    <item>
      <title>Re : Envoyer un code en local (Wampserver)</title>
      <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1158095#M57873</link>
      <description>&lt;P&gt;Bonjour &lt;a href="https://communaute.orange.fr/t5/user/viewprofilepage/user-id/9492315"&gt;@laurentsc﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dans le même ordre d'idée que @Ancien Membre﻿, mettre en "username" - 06XXXXXXXX@orange.fr -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Salut&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 20:16:27 GMT</pubDate>
      <guid>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1158095#M57873</guid>
      <dc:creator>jos76</dc:creator>
      <dc:date>2016-12-21T20:16:27Z</dc:date>
    </item>
    <item>
      <title>Re : Envoyer un code en local (Wampserver)</title>
      <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1158138#M57876</link>
      <description>&lt;P&gt;Merci à papou22 et jos76 pour vos réponses. J'ai essayé les 2 (mon adresse mail complète et mon_numéro@orange.fr) mais aucune des 2 ne fonctionne :smileysad:.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;En étape intermédiaire, il est peut-être intéressant de tester la connexion SMTP avec telnet :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ping nomduserveur.domaine ou ping adresse_ip 
//Si le ping reconnaît l'hôte, vous pouvez tenter de vous connecter
telnet nomduserveur.domaine 25 -&amp;gt; 25 est le port habituel pour les connexions SMTP
//Les commandes suivantes sont les commandes SMTP classique
HELO nom_de_domaine_local
MAIL FROM:&amp;lt;adresse@from&amp;gt;
Selon les cas, l'adresse de l'expéditeur peut-être n'importe quoi i.e jamesbond@hotmail.com pourvu que la syntaxe soit correcte
RCPT TO:&amp;lt;adresse@destinataire&amp;gt;
DATA
Les données
.
//Le corps de l'e-mail, terminer par un "." seul                
quit&lt;/PRE&gt;&lt;P&gt;J'ai essayé &lt;U&gt;telnet smtp.orange.fr 465&lt;/U&gt;&amp;nbsp; mais "impossible d'établir une connexion à l'hôte sur le port 465". Une autre idée ?&lt;U&gt; &lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 21:53:16 GMT</pubDate>
      <guid>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1158138#M57876</guid>
      <dc:creator>laurentsc</dc:creator>
      <dc:date>2016-12-21T21:53:16Z</dc:date>
    </item>
    <item>
      <title>Re : Envoyer un code en local (Wampserver)</title>
      <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1158667#M57932</link>
      <description>&lt;P&gt;Pas de nouvelle idée ?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2016 20:17:07 GMT</pubDate>
      <guid>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1158667#M57932</guid>
      <dc:creator>laurentsc</dc:creator>
      <dc:date>2016-12-22T20:17:07Z</dc:date>
    </item>
    <item>
      <title>Re : Envoyer un code en local (Wampserver)</title>
      <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1158820#M57947</link>
      <description>&lt;P&gt;Bonjour &lt;a href="https://communaute.orange.fr/t5/user/viewprofilepage/user-id/9492315"&gt;@laurentsc﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Voir avec ces 2 aides :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://technet.microsoft.com/fr-fr/library/Aa995718(v=EXCHG.65).aspx" target="_blank"&gt;https://technet.microsoft.com/fr-fr/library/Aa995718(v=EXCHG.65).aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forum.ubuntu-fr.org/viewtopic.php?id=1711111" target="_blank"&gt;https://forum.ubuntu-fr.org/viewtopic.php?id=1711111&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Les 2 aides évoquent des noms d'utilisateurs et mot de passe cryptés en base64 (alors là je coince) .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Salut&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 09:38:27 GMT</pubDate>
      <guid>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1158820#M57947</guid>
      <dc:creator>jos76</dc:creator>
      <dc:date>2016-12-23T09:38:27Z</dc:date>
    </item>
    <item>
      <title>Re : Envoyer un code en local (Wampserver)</title>
      <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1159218#M57962</link>
      <description>&lt;P&gt;Bonsoir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Comme l'encodage en base64, ça me parle (en langage PHP, le langage de mon code), je l'ai rajouté, mais toujours la même erreur :smileysad:&lt;/P&gt;&lt;PRE&gt;        require "../../../_lib/class.phpmailer.php";
        $mail = new PHPmailer();
	$monadresse='---';
	$mail-&amp;gt;IsSMTP();
	$mail-&amp;gt;IsHTML(true);
	$mail-&amp;gt;Host='smtp.orange.fr';
	$mail-&amp;gt;Port='465';
	$mail-&amp;gt;SMTPSecure = 'ssl';
	$mail-&amp;gt;Encoding = "base64";
	$mail-&amp;gt;Username    = base64_encode("soit adr mail complète, soit numero_mobile@orange.fr");
	$mail-&amp;gt;Password    = base64_encode("mdp_associé");
	$mail-&amp;gt;SMTPAuth='true';
        $mail-&amp;gt;From=$monadresse;
        $mail-&amp;gt;AddAddress($adrmail);
        $mail-&amp;gt;AddReplyTo($monadresse);     
        $mail-&amp;gt;Subject='Exemple trouvé sur DVP';
        $mail-&amp;gt;Body='Voici un exemple d\'e-mail au format Texte';
		$mail-&amp;gt;SMTPDebug = 2;
        if(!$mail-&amp;gt;Send()){ //Teste le return code de la fonction
          echo $mail-&amp;gt;ErrorInfo; //Affiche le message d'erreur (ATTENTION:voir section 7)
        }
        else{     
          echo 'Mail envoyé avec succès';
        }
		$mail-&amp;gt;SmtpClose();
        unset($mail);&lt;/PRE&gt;&lt;P&gt;Quel autre essai ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 22:27:18 GMT</pubDate>
      <guid>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1159218#M57962</guid>
      <dc:creator>laurentsc</dc:creator>
      <dc:date>2016-12-23T22:27:18Z</dc:date>
    </item>
    <item>
      <title>Re : Envoyer un code en local (Wampserver)</title>
      <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1159455#M57987</link>
      <description>&lt;P&gt;Salut &lt;a href="https://communaute.orange.fr/t5/user/viewprofilepage/user-id/9492315"&gt;@laurentsc﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Ton dernier essai ne pouvait pas fonctionner.&lt;/P&gt;&lt;P&gt;Nos clients mail doivent utiliser : le port 465, SSL et l'authentification par mot de passe en texte clair.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Donc il ne faut pas chiffrer le mot de passe. Il le sera quand même, parce que la liaison est chiffrée par SSL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mais pourquoi te faire ... avec wamp quand tu pourrais utiliser Postfix sous Linux ?&lt;/P&gt;&lt;P&gt;C'est pitêtre une niaiserie, mais j'essaye.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bonne soirée&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;&lt;EM&gt;PhilDur&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Dec 2016 15:23:45 GMT</pubDate>
      <guid>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1159455#M57987</guid>
      <dc:creator>PhilDur</dc:creator>
      <dc:date>2016-12-24T15:23:45Z</dc:date>
    </item>
    <item>
      <title>Re : Envoyer un code en local (Wampserver)</title>
      <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1159500#M57995</link>
      <description>&lt;P&gt;Si je le fais tourner sous Wamp, c'est que la cible finale n'est pas mon PC mais un serveur (c'est de l'intranet) dont l'OS est Windows 2008 R2 sur lequel est installé Wamp. Donc&amp;nbsp; son OS n'est pas Linux et pas question de changer ça...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tu dis que le mdp doit être en clair. Cela dit, sur les 2 liens de jos76, j'ai lu :&lt;/P&gt;&lt;PRE&gt;7.Le serveur répond en vous invitant à entrer votre mot de passe crypté en base 64. Entrez votre mot de passe crypté en base 64. &lt;/PRE&gt;&lt;P&gt;et&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;python -c 'print "toto@domain.tld\x00toto@domain.tld\x00mot_de_passe".encode("base64")'
dG90b0Bkb21haW4udGxkAHRvdG9AZG9tYWluLnRsZABtb3RfZGVfcGFzc2U=&lt;/PRE&gt;&lt;P&gt;donc sur les 2 liens, ils parlent de crypter en base64...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Néanmoins, j'ai fait un essai sans cet encodage :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;        require "../../../_lib/class.phpmailer.php";
        $mail = new PHPmailer();
	$monadresse='---';
	$mail-&amp;gt;IsSMTP();
	$mail-&amp;gt;IsHTML(true);
	$mail-&amp;gt;Host='smtp.orange.fr';
	$mail-&amp;gt;Port='465';
	$mail-&amp;gt;SMTPSecure = 'ssl';
	$mail-&amp;gt;Encoding = "base64";
	$mail-&amp;gt;Username    = base64_encode("soit adr mail complète, soit numero_mobile@orange.fr");
	$mail-&amp;gt;Password    = mdp_associé";
	$mail-&amp;gt;SMTPAuth='true';
        $mail-&amp;gt;From=$monadresse;
        $mail-&amp;gt;AddAddress($adrmail);
        $mail-&amp;gt;AddReplyTo($monadresse);     
        $mail-&amp;gt;Subject='Exemple trouvé sur DVP';
        $mail-&amp;gt;Body='Voici un exemple d\'e-mail au format Texte';
		$mail-&amp;gt;SMTPDebug = 2;
        if(!$mail-&amp;gt;Send()){ //Teste le return code de la fonction
          echo $mail-&amp;gt;ErrorInfo; //Affiche le message d'erreur (ATTENTION:voir section 7)
        }
        else{     
          echo 'Mail envoyé avec succès';
        }
		$mail-&amp;gt;SmtpClose();
        unset($mail);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;et il ne marche pas non plus...:smileysad:&lt;/P&gt;</description>
      <pubDate>Sat, 24 Dec 2016 17:03:17 GMT</pubDate>
      <guid>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1159500#M57995</guid>
      <dc:creator>laurentsc</dc:creator>
      <dc:date>2016-12-24T17:03:17Z</dc:date>
    </item>
    <item>
      <title>Re : Envoyer un code en local (Wampserver)</title>
      <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1159512#M57997</link>
      <description>&lt;P&gt;Tu as encodé le username !!!&lt;/P&gt;&lt;P&gt;L'authentification est toute simple : "en texte clair"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ce n'est pas moi qui le dit mais Orange et les configurations opérationnelles avec Outlook, WLM, Thunderbird et Courrier qui fonctionnent toutes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;L'authentification se fait en texte clair.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ca aurait eu un sens de chiffrer si la transmission se faisait sans ssl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cordialement&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008080"&gt;&lt;STRONG&gt;&lt;EM&gt;PhilDur&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Dec 2016 17:23:13 GMT</pubDate>
      <guid>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1159512#M57997</guid>
      <dc:creator>PhilDur</dc:creator>
      <dc:date>2016-12-24T17:23:13Z</dc:date>
    </item>
    <item>
      <title>Re : Envoyer un code en local (Wampserver)</title>
      <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1159523#M57999</link>
      <description>&lt;P&gt;OK, j'ai enlevé le cryptage en base64, mais du coup, je reviens à l'état d'avant l'intervention de jos76, donc toujours avec le même problème...&lt;/P&gt;</description>
      <pubDate>Sat, 24 Dec 2016 17:54:35 GMT</pubDate>
      <guid>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1159523#M57999</guid>
      <dc:creator>laurentsc</dc:creator>
      <dc:date>2016-12-24T17:54:35Z</dc:date>
    </item>
    <item>
      <title>Re : Envoyer un code en local (Wampserver)</title>
      <link>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1161434#M58156</link>
      <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;je cherche encore à envoyer des mails depuis un site internet local (avec Wampserver). Comme je n'y arrivais pas avec phpmailer, j'ai essayé de suivre ce tuto : &lt;A href="https://www.grafikart.fr/blog/mail-local-wamp" target="_self"&gt;https://www.grafikart.fr/blog/mail-local-wamp&lt;/A&gt;. Ayant également des problèmes (pas de message d'erreur mais aucun mail envoyé), j'ai fait un tour sur un forum dédié PHP et une des réponses qu'on m'a faites est :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;pour orange : ils peuvent simplement en pas autoriser les connexions "louches" en clair des connexion depuis des cgi afin d'éviter que leurs serveurs smtp ne soit utilisés pour spammer la planète &lt;IMG title="Wink" alt=";)" src="http://forum.phpfrance.com/images/smilies/icon_wink.gif" border="0" /&gt; (par exemple ils sont p'tet d'autres raisons)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pour aider à savoir ce que j'ai fait, voici le fichier de configuration :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;; configuration for fake sendmail

; if this file doesn't exist, sendmail.exe will look for the settings in
; the registry, under HKLM\Software\Sendmail

[sendmail]

; you must change mail.mydomain.com to your smtp server,
; or to IIS's "pickup" directory.  (generally C:\Inetpub\mailroot\Pickup)
; emails delivered via IIS's pickup directory cause sendmail to
; run quicker, but you won't get error messages back to the calling
; application.

smtp_server=smtp.orange.fr

; smtp port (normally 25)

smtp_port=487

; SMTPS (SSL) support
;   auto = use SSL for port 465, otherwise try to use TLS
;   ssl  = alway use SSL
;   tls  = always use TLS
;   none = never try to use SSL

smtp_ssl=auto

; the default domain for this server will be read from the registry
; this will be appended to email addresses when one isn't provided
; if you want to override the value in the registry, uncomment and modify

;default_domain=mydomain.com

; log smtp errors to error.log (defaults to same directory as sendmail.exe)
; uncomment to enable logging

error_logfile=error.log

; create debug log as debug.log (defaults to same directory as sendmail.exe)
; uncomment to enable debugging

debug_logfile=debug.log

; if your smtp server requires authentication, modify the following two lines

auth_username=xxx
auth_password=xxx

; if your smtp server uses pop3 before smtp authentication, modify the 
; following three lines.  do not enable unless it is required.

pop3_server=
pop3_username=
pop3_password=

; force the sender to always be the following email address
; this will only affect the "MAIL FROM" command, it won't modify 
; the "From: " header of the message content

force_sender=xxx

; force the sender to always be the following email address
; this will only affect the "RCTP TO" command, it won't modify 
; the "To: " header of the message content

force_recipient=

; sendmail will use your hostname and your default_domain in the ehlo/helo
; smtp greeting.  you can manually set the ehlo/helo name if required

hostname=

&lt;/PRE&gt;&lt;P&gt;Est-ce que les informations que je donne sont suffisantes pour dire&amp;nbsp; si Orange peut exercer un blocage sur l'envoi de mail ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 13:58:53 GMT</pubDate>
      <guid>https://communaute.orange.fr/t5/mon-mail-Orange/Envoyer-un-mail-en-local-Wampserver/m-p/1161434#M58156</guid>
      <dc:creator>laurentsc</dc:creator>
      <dc:date>2016-12-27T13:58:53Z</dc:date>
    </item>
  </channel>
</rss>

