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??
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?
Comment