I am getting error when trying to send mail from php

I'm getting the following error when trying to send an email from a PHP program: Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini ....

Please make sure to use mail.yourdomain.com for SMTP server instead of localhost

  • 0 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

What are the steps to buy SSL certificate?

This is what you need to do:1. Please ensure your whois info (registrar) info is...

ERRMSG: Using CDONTS on Windows 2003,2008

Symptom The following error is returned when running CDONTS.NewMail on Windows 2003 (IIS...

I made some changes to my site, but when I view it still has the old pages, why is that?

It is likely that you are pulling up cache (store) version of your page. To fix this hold down...

Can I use a Datasource or DSN to connect to my database?

Datasources/DSN's are used to transfer information to and from a database, such as Access or SQL...

How to test Oracle and PHP connectivity?

Use this code as an example: replace scott with your user name replace tige with your...