Jump to content

Send mail issue


popescuradhoo

Recommended Posts

Hello,

 

I have a web server running on WIndows 2003 server. My problem is that I can't send mails using this php code:

 

<?php
$to = "[email protected]";
$subject = "Test mail";
$message = "Hello! This is a simple email message.";
$from = "[email protected]";[url]
$headers = "From: $from";[/url]
mail($to,$subject,$message,$headers);
echo "Mail Sent.";
?>

 

On other web hosting severs, the script works fine, but on mine, it doesn't send the mail. I think that is a problem on my configurations. I have here (http://radupopescu.ro/phpinfo.rar) some screenshot of my phpinfo file, maybe you can help me with this.

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/145874-send-mail-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.