Page 1 of 1

Can't Send Email Using Mercury Mail

PostPosted: 13. May 2004 05:22
by jjgobot
Hi,

I installed XAMPP on my Win2K machine and I was creating a script in PHP on sending email. Below is the sample of what I'm doing.


$to="jjgobot@smart.com.ph";
$from="From: joyski16@yahoo.com";
$subject="Wazzup?";
$body="Hello There!";
mail($to,$subject,$body,$from);

I started Mercury Mail using mercury_start.bat. The php page executed without errors but the recipient did not get any email. When I checked the Mercury Client (End-to-end) window there's this message:

Temporary error 249 (temporary MX resolution error) resolving 'smart.com.ph'.


Is there any configuration I should do? What could I be missing? Please help!

Thanks.

Joyski