Hi,
I am trying to get the php mail function to work. I have a website
running Apache2 and PHP Version 5.3.3-7+squeeze8 on Debian. I tried to
get a test email message working. Here is my code:

<?php
$to = "pleh...@gmail.com";
$subject = "Test mail";
$message = "Hello! This is a simple email message.";
$from = "pleh...@me.outlook.com";
$headers = "From:" . $from;
mail($to,$subject,$message,$headers);
echo "Mail Sent.";
?>

Can anybody help me?

Regards,.
Peter Lehrer
_______________________________________________
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/show-participation

Reply via email to