News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - opmail

#1
Support Requests / PHP mail() problems
March 20, 2006, 12:53:56 PM
Hi there...

I have a Plesk account and I seem to be having some problems with using PHP mail()...  :(

I have tested this using the below:

<?php

$to  "fred@tosomewhere.com";
$from  "admin@somewhereelse.com";
$subject  "test email";
$body  "test body";


$headers  "From:" $from "\r\n"
mail($to$subject$body$headers);

echo("finished");

?>



substituting emails with valid addresses however I am not receiving them... Is their anything wrong with the Plesk server???