Modèle HTML pour PHPlist :
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0" style="width:100% !important; -webkit-text-size-adjust:none; margin:0; padding:0;"> <center> <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" style="height:100% !important; margin:0; padding:0; width:100% !important;"> <tr> <td align="center" valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="595"> <tr width="595" height="1227"> <td style="vertical-align: top;"> <img src="./nom-de-limage.jpg" usemap="#imagemap" width="595" height="1227" alt="Texte alternatif ici"/> <map name="imagemap"> <area shape="rect" coords="423,255,523,270" alt="" href="http://www.tropdart.fr"> </map> </td> </tr> <tr width='595' style="text-align:center;"><td><br/> <span style="font-family:Georgia, serif; font-size:12px;">Lien <a href="http://www.unsite.com">www.unsite.co</a></span> <div style="font-family:Georgia, serif; font-size:5px; color:white;">[CONTENT]</div> </td></tr> </table> <br> </td> </tr> </table> </center> </body> </html>
Compatibilité CSS : compatibilite_css_sur_les_clients_mail.pdf
Test anti-spam intéressant : https://www.mail-tester.com/
Logiciel mailing PHP : http://sourceforge.net/projects/phplist/# Doc : http://docs.phplist.com/PhplistInstallation.html
Pour enlever complètement le crédit dans les mails de PHPlist : fichier admin/connect.php, ligne 225 (ou chercher $PoweredByText), ajouter sur la même ligne, juste après la déclaration (important sinon cela provoque des bugs) :
$PoweredByText = '';
Cette manipulation implique que define(“EMAILTEXTCREDITS”,1); soit bien définit sur 1 dans config/config.php. On peut aussi squizzer $PoweredByImage si on veut, mais attention aux erreurs de token !
PHPList fait son travail mais :
Critères indispensables pour un éventuel remplaçant :
Autres liens :
http://forum.alsacreations.com/topic-4-51226-1-RESOLUIntegratione-mailing.html
http://www.pompage.net/traduction/emails-html-dompter-la-bete
https://www.campaignmonitor.com/resources/will-it-work/
Lier une image en pièce jointe
Encodage des images en base64 directement dans le code – MAL SUPPORTÉ ! - Encodeur en ligne