Hello,
I have been working through this book and some functions don't seem to work well. I am in chapter 11 now and can't seem to get the mail () to work.
I installed WAMP Server Apache 2.2.11, MySQL 5.1.36, PHP 6.0dev.
Copied the code from the book
Code:
<?php
mail('[email protected]', 'Hello World',
'Hi, world. Prepare for our arrival. We are starving!');
?>
and it doesn't send mail. I also tried the postcard.php and tried to set up the mail correctly.
I have an external smtp mail server. I added a new user and password and correctly set up the service but can't get PHP6 to send mail.
I looked at phpmailer and it does work.
Would anybody be able to give me help on this topic?
Thanks in advance
Ron