Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    Dec 2008
    Posts
    2

    Default php mail() function not working

    trying to send out a simple email and it wont work on the cpanel server. tested a REALLY simple script on a few other servers without a problem. here is the php code im testing:

    <?php

    $to = "eric@_______.com";
    $subject = "Test mail";
    $message = "Hello! This is a simple email message.";
    $from = "someonelse@example.com";
    $headers = "From: $from";
    $worked = mail($to,$subject,$message,$headers);

    if($worked) {
    echo "Mail Sent.";
    } else {
    echo "Mail Not Sent.";
    }

    ?>

    any ideas on what is going on?

  2. #2
    Registered User
    Join Date
    Dec 2008
    Posts
    2

    Default

    ok, i noticed that the script does work, but only when sending an email to an address on the same domain. how can i change this setting?

  3. #3
    Member rhenderson's Avatar
    Join Date
    Apr 2005
    Location
    Oklahoma
    Posts
    742

    Default

    I tried your script, change the info to email to a different server on a different network from our server and it worked fine, so the problem is not your script. It is most likely a setting on the server your using the script on.
    Regards,
    Randy
    Affordable Web Hosting
    _________________________

Similar Threads & Tags
Similar threads

  1. php function mail () not working within my account
    By chike in forum New User Questions
    Replies: 7
    Last Post: 06-07-2010, 03:03 PM
  2. PHP Mail Function Not Working
    By jlimited in forum cPanel and WHM Discussions
    Replies: 7
    Last Post: 07-08-2006, 09:12 PM
  3. PHP function mail() is not working
    By Secret Agent in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 02-21-2006, 01:12 AM
  4. PHP mail function not working, Nobody user prevented.
    By antodeepak in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 01-25-2006, 10:00 AM
  5. php mail function is not working
    By shann in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 11-23-2002, 05:33 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube