j'essaye d'envoyer un mail au format html (newsletter) sans utiliser de logiciel type outlook, juste à partir d'un client web style hotmail ou squirrel mail.
J'ai créé une page html sans css, avec des images qui sont sur un serveur online.
Je mets cette page html en pièce jointe et j'envoie.
Le mail reçu contient bien la page mais n'affiche pas les images. Voyez vous ce que j'ai mal fait?
Merci pour vos réponses.
Le html de ma page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Librairie Giard</title>
</head>
<body>
<center>
<table width="640" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
<td colspan="3" align="left"><div align="center"><font color="#a0a0a0"
face="Times New Roman" size="2">Si vous n'arrivez pas à lire ce message, cliquez
<a href="#">ici</a> </font></div></td>
<td> </td>
</tr>
<tr>
<td width="26"><img src="http://www.librairiegiard.com/lettre/images/hg.gif"
width="26" height="100" /></td>
<td colspan="3" align="left" bgcolor="#330065"><img
src="http://www.librairiegiard.com/lettre/images/logo.gif" alt="Librairie Giard"
/></td>
<td width="26"><img src="http://www.librairiegiard.com/lettre/images/hd.gif"
width="26" height="100" /></td>
</tr>
<tr bgcolor="#cc3467">
<td height="72"> </td>
<td width="481" height="72" align="left" bgcolor="#cc3467"><font color="#ffffff"
face="Times New Roman" size="3">Livres anciens / Catalogue en ligne / Antique
and rare books </font></td>
<td width="57" align="right" bgcolor="#cc3467"><img
src="http://www.librairiegiard.com/lettre/images/lila.gif" alt="Librairie Giard"
width="49" height="49" /></td>
<td width="50" align="right" bgcolor="#cc3467"><img
src="http://www.librairiegiard.com/lettre/images/slam.gif" alt="Librairie Giard"
width="49" height="49" /></td>
<td height="72"> </td>
</tr>
<tr>
<td valign="top"><img src="http://www.librairiegiard.com/lettre/images/brdr.gif"
/></td>
<td colspan="3" align="left"><table width="100%" border="0" cellspacing="0"
cellpadding="10">
<tr>
<td width="50%" valign="top"><font color="#000000" face="Verdana" size="2">
Madame, Monsieur, <br/><br/>
Nous sommes heureux de vous compter parmi nos clients. <br/>
Vous recevez nos catalogues papier, vous nous avez rencontré sur les salons
de bibliophilies ou sur internet. Dorénavant nous vous proposons un
accès direct à notre fonds d’ouvrages anciens, des rendez-vous
sur les salons de bibliophilie, d’exprimer vos désiderata, sur notre
nouveau site : <strong>www.librairiegiard.com</strong>.
</font></td>
<td valign="top"><img
src="http://www.librairiegiard.com/lettre/images/livres.jpg" alt="Librairie
Giard" width="320" height="213" /></td>
</tr>
<tr>
<td width="50%" colspan="2" valign="top">
<font color="#000000" face="Verdana" size="2">
Régulièrement nous vous proposerons de télécharger
notre catalogue de nouveautés. Dès à présent
téléchargez notre dernier catalogue <strong>n° 150</strong> :...
<br/><br/>
A très bientôt sur notre site!<br/>
Librairie Giard<br/>
</font> </td>
</tr>
</table>
</td>
<td><img src="http://www.librairiegiard.com/lettre/images/brdr.gif" /></td>
</tr>
<tr>
<td height="40" bgcolor="#cc3467"> </td>
<td height="40" colspan="3" align="left" bgcolor="#cc3467"><table width="100%"
border="0" cellspacing="0" cellpadding="0">
<tr>
<td><font color="#ffffff" face="Times New Roman" size="2">E-mail :
[email protected]</font> </td>
<td align="right"><font color="#ffffff" face="Times New Roman" size="2"> Web
: www.librairiegiard.com</font></td>
</tr>
<tr>
<td><span class="style4">Renseignements : +33 (0)3 20 42 1 86</span></td>
<td align="right"><font color="#ffffff" face="Times New Roman" size="2">17
bis, rue Saint Jacques F-59000 Lille </font></td>
</tr>
</table></td>
<td height="40" bgcolor="#cc3467"> </td>
</tr>
<tr>
<td rowspan="2"><img src="http://www.librairiegiard.com/lettre/images/bg.gif"
width="26" height="40" /></td>
<td height="21" colspan="3" align="center" valign="bottom"><font color="#a0a0a0"
face="Times New Roman" size="2">Pour vous désabonner de la lettre
d'information,cliquez <a href="#">ici</a> </font></td>
<td rowspan="2"><img src="http://www.librairiegiard.com/lettre/images/bd.gif"
width="26" height="40" /></td>
</tr>
<tr>
<td height="19" colspan="3" valign="bottom"
background="http://www.librairiegiard.com/lettre/images/ssbg_foot.gif"> </td>
</tr>
<tr>
<td> </td>
<td colspan="3"> </td>
<td> </td>
</tr>
</table>
</center>
</body>
</html>