Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
PHP cannot send email directly on windows.
On that platform, you need to edit php.ini, and setup the smtp (simpl mail transfer protocol) server and user/pass to speak either with a server of yours, or your isp server.
When I'm forced to be on windows, I use apacheFriends xampp, their wamp distro include an smtp server, which can be used to send/receive mails locally on the computer you develop.
__________________
Only a biker knows why a dog sticks his head out the window.
|