Salut,
J'ai un petit problème avec ce code PHP, comment faire pour qu'il marche SVP :
<?php
$msg = "1:\t$_GET['1']\n\n2:\n$_GET['2']\n";
$msg .= "Message:\n\n".stripslashes($_GET['msg'])."\n\n";
$recipient = mail@mail.com; mail@mail.fr ;
$subject = "imex sms +";
$mailheaders = "From: mail@mail.com \n";
$mailheaders .= "Reply-To: $CP\n\n";
mail($recipient, $subject, $msg, $mailheaders);
?>
MErci!