mail() function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I can't get it to work.  I get the echo to show up but never receive a email.


if($blankpostage) {
   $to = "Rick Dahl <dmbserver@hotmail.com>";
   $subject = "Online B+P Request";
   $body = "Show ID = " . $id;
   mail($to, $subject, $body);
   echo "sadflkjaflkasdj";
}


What am I doing wrong?

Rick

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux