Posted by J.O. Aho on 04/03/06 07:01
natalie vacca wrote:
> Hi all,
>
> I am designing a PHP5, MySQL website. I am developing on my local machine,
> Windows XP and Apache 2. How do I test sending emails PHP mail() function.
You need to install a mailserver and modify your php.ini to support the
installed mailserver.
> Do I need to set up Apache to run CGI. If so, how. Please.
Depending on what kind of php you write, it can be a good idea to really test
it in a real environment.
//Aho
[Back to original message]
|