I m trying to send an email through php, but it doesnt work
// the message
$Message = "Hello World";
// send email
mail('[email protected]',"Welcome",$Message, "From:" . $SenderEmail); // $SenderEmail is defined before
I m trying to send an email through php, but it doesnt work
// the message
$Message = "Hello World";
// send email
mail('[email protected]',"Welcome",$Message, "From:" . $SenderEmail); // $SenderEmail is defined before