|
|
|
|
 |
|
I Muvrini
BP 55
20416 Ville di Pietrabugnu cedex
1){echo "erreur dans l'email";exit;}
if(strlen($jsujet)>100){$jsujet = substr($jsujet,0,100)."...";}
$headrs = "From: $jnom $jprenom <$snder>\n";
$headrs .= "X-Sender: \n";
$headrs .= "Return-Path: $snder\n";
$headrs .= "Content-Type: text/html; charset=iso-8859-1\n";
$headrs .= "MIME-Version: 1.0\n";
$mailSbject = "Contact site : ".$jsujet;
$mailBdy = "Nom : $jnom \n";
$mailBdy .="Prenom : $jprenom \n";
$mailBdy .="Email : $snder \n\n";
$mailBdy .="Texte : $jtexte \n";
$mailBdy .="IP : $REMOTE_ADDR \n";
$mailBdy .="Date : $dat \n";
//
$desti="i.muvrini@wanadoo.fr";
if($dest==1){$desti="i.muvrini@wanadoo.fr";}
if($dest==2){$desti="pascalle.encoreprod@wanadoo.fr";}
mail ($desti, $mailSbject, $mailBdy, $headrs);
?>
Votre message a bien été envoyé. Vous recevrez notre réponse prochainement.
|
}else{?>
|
|