Jump to content

function (mail)


erikjan

Recommended Posts

Could anyone please help. Thanks in advance.

I am getting the following error:

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() in
C:\Program Files\Apache Group\Apache2\htdocs\example\contact2.php on line 57


In contact2.php line 57 reads:

mail($email, $subject, $receiptMessage,"From:$toAddress");


What to do?
Link to comment
https://forums.phpfreaks.com/topic/16099-function-mail/
Share on other sites

I used to use the xampp server package and it comes with Mecury Mail. That is the extent of my mail server experince. I personaly don' t like it. Maybe someone else could suggest a better mail server. If you should choose to use Mecury Mail I would be happy to assit in it's setup.
Link to comment
https://forums.phpfreaks.com/topic/16099-function-mail/#findComment-66341
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.