0

I m trying to send an email through php, but it doesnt work

// the message
    $Message = "Hello World";

// send email
    mail('XXXXX@hotmail.com',"Welcome",$Message, "From:" . $SenderEmail); // $SenderEmail is defined before
Arwa Moath
  • 59
  • 1
  • 1
  • 5

0 Answers0