Error message

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • narikg
    New Member
    • Nov 2007
    • 1

    Error message

    mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()
    How to solve that error??
  • MarkoKlacar
    Recognized Expert Contributor
    • Aug 2007
    • 296

    #2
    Originally posted by narikg
    mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()
    How to solve that error??
    Hi,

    are you running a mailserver locally on you computer or is you intention to connect and send you mail using a mail server located somewhere?

    Cheers

    Comment

    • vladi
      New Member
      • Nov 2007
      • 2

      #3
      Check ISP-server do you have open port 25 for you !!!

      Comment

      Working...