PHP mail() function not delivering mail

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    PHP mail() function not delivering mail

    I have a slight problem. I am using a working script (works on my testing account - shared server and vps) to send a mail through PHP using the mail() function.

    I just got a dedicated server, and I haven't been able to get the function to work.
    ::SERVER DETAILES::
    centos 5.8
    RAM: 24GB
    FFMPEG install
    WHM install
    ----------------

    There is clearly something that I am missing.
    any models need to install for work mail funtion ?
    plzzz help

    #2
    what error message does it give you when you turn php error messages on?

    Comment


      #3
      in cpanel whm, Main >> Server Configuration >> Tweak Settings > Mail,
      Prevent “nobody” from sending mail [?] should be off,

      check this setting
      Advertise your mobile site for FREE with AdTwirl

      Comment


        #4
        re

        watch these tutorials
        How to Setup & Configure Postfix Email - VPS BIBLE Pt 10 - YouTube









        Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
        Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

        Comment


          #5
          problem solved we have install mailx on my server now email is sending.
          Code:
          yum install mailx
          thank you!! all

          Added after 4 minutes:

          now i am facing one new problem my all sended mail go to spam folder .
          Last edited by arbind004; 10.07.12, 14:33.

          Comment

          Working...
          X