<?php
ini_set('SMTP','smtp.live.com');
ini_set("sendmail_from","Myemail@mail.xx");
mail('Myemail@mail.xx', 'hello', 'message');
echo "<HTML><HEAD>";
echo "<TITLE>Formulaire envoyer!</TITLE></HEAD><BODY>";
echo "<H1 align=center>Merci, </H1>";
echo "<P align=center>";
echo "Votre formulaire à bien été envoyé !</P>";
echo "</BODY></HTML>";
?>
but i still have this error SMTP server response: 530 5.7.0 Must issue a STARTTLS command first
can anybody help, I shall be grateful

New Topic/Question
Reply



MultiQuote







|