There is a way to determine the mail server settings needed by the mail() function of PHP. I got an error message "Failed to connect to mailserver". I learned from php.net that I need to configure the pnp.ini.
Please help me to determine the following without asking somebody:
1) SMTP = "localhost"
2) smtp_port = "25"
3) sendmail_from = NULL
4) sendmail_path = NULL
Please help me to determine the following without asking somebody:
1) SMTP = "localhost"
2) smtp_port = "25"
3) sendmail_from = NULL
4) sendmail_path = NULL
Comment