Failed to connect to mailserver at "localhost" port 25

15,955

In your php.ini file you can configure which mailserver to use:

[mail function]
SMTP = mymailserver.example.com

Alternatively you can install a local mailserver as described here: http://www.php.net/manual/en/ref.mail.php#77499

Share:
15,955
Admin
Author by

Admin

Updated on June 05, 2022

Comments

  • Admin
    Admin almost 2 years

    I have a little problem.

    When I click send on my contact form I get the following warning:

    Warning: 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()
    

    I use 64bit Win7, but I have no idea what should I set up to make this work.