Help - My Site Can't send Emails

Discussion in 'Programming' started by mikaradmall, Feb 4, 2011.

  1. #1
    Hi,

    I've installed contact form plug-ins on my site. When the submit button is clicked, it says Message was successfully sent but I never got the message on my mailbox. I'm using bluehost by the way. Kindly advise on what I should do.

    Thanks!
     
    mikaradmall, Feb 4, 2011 IP
  2. gapz101

    gapz101 Well-Known Member

    Messages:
    524
    Likes Received:
    8
    Best Answers:
    2
    Trophy Points:
    150
    #2
    it might got in the spam folder
     
    gapz101, Feb 4, 2011 IP
  3. eugene_x

    eugene_x Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    There are a lot of possible reasons for that: blacklisted server, wrong MX records, error in the plugin, error on the server. If you don't have developer skills and can't just open the plugin and start debugging it, I recommend to contact hosting support. Technically they don't have to debug your scripts and can deny this support request but I've seen cases when this helped: if they are nice knowledgeable guys and are not over-loaded with support tickets, they might go extra mile and debug it for you. Or they may deny this support request. But in any case it doesn't hurt to try :)
     
    eugene_x, Feb 5, 2011 IP
  4. clonepal

    clonepal Active Member

    Messages:
    128
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #4
    Contact your hosting provider and ask for help. Ask them if PHP mail() Function is started.

    Or you can do the following thing:

    Save this code to 1.php :

    <?php
    phpinfo();
    ?>


    Then upload 1.php to your server and acces it. eG: yourdomain/1.php

    Then look for PHP mail() Function if it's open

    goodluck.

    -clonepal
     
    clonepal, Feb 6, 2011 IP