<HTML>
<HEAD>
<TITLE>sender mail</TITLE>
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
background-color: #FFFFFF;
}
.gris1 {
color: #333333;
}
.gris2 {
color: #666666;
}
a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
text-decoration: underline;
}
-->
</style>
</HEAD>
<body>
<?
echo"<center><img src=\"http://www.emaccool.be/index/mailing.png\" border=\"0\">";
$message="Prenom : $prenom
Nom : $nom
Societe : $societe
Telephone : $telephone
E-Mail : $admail
Type de travail : $travail
Description :
$description";
mail("laurent.ducousso@emaccool.be;gfpl001@yahoo.fr;franck.radar@emac.be","From:
emaccool fr $travail","$message","From:$admail\n");
?>
<div align="center" class="gris1"><br>
Your mall was sent.<br>
<span class="gris2">confirmation<br><br></span>
<?php
$Destinataire = "$admail\n";
$Sujet = "Emaccool.be";
$From = "From:laurent.ducousso@emaccool.be\n";
$From .= "MIME-version: 1.0\n";
$From .= "Content-type: text/html; charset= iso-8859-1\n";
$Message = "<style type=text/css>
<!--
.Style1 {
color: #999900;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
.Style3 {color: #000000; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.Style4 {color: #000000}
a:link {
color: #000000;
}
a:visited {
color: #990033;
}
a:hover {
color: #FF0000;
}
a:active {
color: #000000;
}
-->
</style>
<div align=center><a href=http://www.emaccool.be><img
src=\"http://www.emaccool.be/index/mailing.png\"><a>
<p> <p>Bonjour, $prenom, $nom<p>
<p>Nous vous remercions pour l'intérêt que vous portez à nos produits.
<p>Votre mail seras traiter dans les plus bref délais.
<p> <p><p>Guten Tag, $prenom, $nom
<p> <p>danken wir Ihnen für das Interesse, das Sie unseren Produkten entgegenbringen.
<p>Ihr mail in den am kürzesten Fristen zu behandeln sein werden.
<p> <p>Hello, : $prenom, $nom
<p>We thank you for the interest which you carry to our products.
<p>Your mall will be to treat within the shortest deadlines.
<p> <table width=100% border=1 align=center>
<tr>
<td bgcolor=#0000FF><div
align=center><span class=Style3><a
href=http://www.emaccool.be/index/index.htm>emaccool
french</a> </span></div></td>
<td bgcolor=#0000FF class=Style3><div
align=center><a
href=http://www.emaccool.be/index/nl/index.htm>emaccool
nederlands</a></div></td>
<td align=center valign=middle bgcolor=#0000FF
class=Style1><div align=center><a
href=http://www.emaccool.be/index/nletter.htm>newsletter french
</a></div></td>
<td bgcolor=#0000FF class=Style1><div
align=center><a
href=http://www.emaccool.be/index/nl/nletter.htm>newsletter
nederlands </a></div></td>
<td bgcolor=#0000FF class=Style1><div
align=center><a
href=http://www.emaccool.be/index/emaccoolinox/fr/index.htm
class=Style4>emaccool inox</a> </div></td>
</tr>
</table>";
mail($Destinataire,$Sujet,$Message,$From);
?>
<a href="javascript:window.close();">Close the window</a>
</div>
<script language="javascript" src="http://www.emaccool.be/stats/php-stats.js.php"></script>
<noscript><img src="http://www.emaccool.be/stats/php-stats.php" border="0" alt=""></noscript>
</body>
</HTML>
////////////////////////////////////////////////////////////////////////////////////
voila il te reste a faire le tableau et la creation des sql :)
et recupere les data de ton flash
|