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? Quote 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? Quote 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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/16099-function-mail/#findComment-66341 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.