PHP: Envoyer un email

Author:
<?php
   $headers = "From:admin@mesexemples.com ";
   $recipients = "b@java.com,a@java.com";
   mail($recipients, "Le sujet","Le contenu", $headers);
?>
 
 
           
       

Leave a Reply

Your email address will not be published. Required fields are marked *


+ 8 = nine