<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with smtp]]></title><description><![CDATA[A list of topics that have been tagged with smtp]]></description><link>https://bb.enter-solutions.net/tags/smtp</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 03:37:30 GMT</lastBuildDate><atom:link href="https://bb.enter-solutions.net/tags/smtp.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[[1.6+] email accentué =&gt; Fatal: Address in mailbox given does not comply with RFC 2822, 3.6.2]]></title><description><![CDATA[<p dir="auto">Prestashop utilise la librairie Swift version 4 pour envoyer les mails.<br />
Cette librarie applique un contrôle de la grammaire selon la RFC 2822 (avril 2001).<br />
Cette RFC a été remplacé par la RFC 6531 (février 2012).<br />
La librarie Swift n'intègre cette grammaire qu'a partir de la version 5.5+ (via package symfony).</p>
<p dir="auto">Pour admettre les emails accentués, il faut désactiver la génération d'erreur en cas de grammaire non reconnu.</p>
<p dir="auto">Dans le fichier tools/swift/classes/Swift/Mime/Headers/MailboxHeader.php aux alentours de la ligne @344</p>
<pre><code>    private function _assertValidAddress($address)
    {
        if (!preg_match('/^'.$this-&gt;getGrammar()-&gt;getDefinition('addr-spec').'$/D',
            $address)) {
            if (0) throw new Swift_RfcComplianceException(
                'Address in mailbox given ['.$address.
                '] does not comply with RFC 2822, 3.6.2.'
                );
        }
    }
</code></pre>
]]></description><link>https://bb.enter-solutions.net/topic/1022/1-6-email-accentué-fatal-address-in-mailbox-given-does-not-comply-with-rfc-2822-3-6-2</link><guid isPermaLink="true">https://bb.enter-solutions.net/topic/1022/1-6-email-accentué-fatal-address-in-mailbox-given-does-not-comply-with-rfc-2822-3-6-2</guid><dc:creator><![CDATA[doekia]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Comment envoyer un email au client lors du changement de l&#x27;état sur les retours produits ?]]></title><description><![CDATA[Bonjour,
Afin de prévenir le client lorsqu'on accepte sa demande de retour,
comment peut on configurer Prestashop pour envoyer un email lorsque l'on passe du statut "En attente de confirmation" à "En attente du colis" ?
merci
]]></description><link>https://bb.enter-solutions.net/topic/162/comment-envoyer-un-email-au-client-lors-du-changement-de-l-état-sur-les-retours-produits</link><guid isPermaLink="true">https://bb.enter-solutions.net/topic/162/comment-envoyer-un-email-au-client-lors-du-changement-de-l-état-sur-les-retours-produits</guid><dc:creator><![CDATA[fr]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Certains clients ne recoivent pas mes emails]]></title><description><![CDATA[Tous mes clients en outlook.fr ou live ou hotmail ne recoivent pas mes mails ou ceux-ci sont en spam, pourquoi ?
]]></description><link>https://bb.enter-solutions.net/topic/121/certains-clients-ne-recoivent-pas-mes-emails</link><guid isPermaLink="true">https://bb.enter-solutions.net/topic/121/certains-clients-ne-recoivent-pas-mes-emails</guid><dc:creator><![CDATA[eolia]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>