View Single Post
Old 05-27-2010, 07:43 PM   #2
Junior Member
 
Join Date: May 2010
Posts: 2
Chains is on a distinguished road
Default

This has nothing to do with Yahoo mail. The server needs to send mail using the PHP mail() function. The server also sends email with mail boxes for users of the various domains on the server like:user@example.com.

This also has nothing to do with Outlook. This is the server not being able to run this code: test.php

<?php mail ("you@example.com","test subject","This is a message.") ?>

Last edited by Chains; 05-27-2010 at 07:53 PM.
Chains is offline   Reply With Quote