erikjan Posted July 31, 2006 Share Posted July 31, 2006 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 57In 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 More sharing options...
tomfmason Posted July 31, 2006 Share Posted July 31, 2006 do you have a mail server installed? Link to comment https://forums.phpfreaks.com/topic/16099-function-mail/#findComment-66333 Share on other sites More sharing options...
erikjan Posted July 31, 2006 Author Share Posted July 31, 2006 No. I guess that's the answer. Can you give me advice about a good free mailserver? Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/16099-function-mail/#findComment-66339 Share on other sites More sharing options...
tomfmason Posted July 31, 2006 Share Posted July 31, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.