View Single Post
Old 05-18-2009, 05:10 PM   #7 (permalink)
wjgilmore
The Wanderer
 
Join Date: May 2009
Location: Columbus, Ohio
Posts: 10
Thanks: 0
wjgilmore is on a distinguished road
Default

Hi Shankar,
Wildhoney is correct; you'll need to identify an SMTP server within the php.ini file, because Windows does not come with a built-in mail server. However, to minimize the hassle I suggest using the PEAR Mail package (http://pear.php.net/package/Mail) as it allows you to pass along other authentication information which is often required by mail servers to prevent spamming. For instance you could easily use the Mail package to authenticate to Gmail and send email through your Gmail account.

Hope this helps,
Jason
__________________
==
Author, "Easy PHP Websites with the Zend Framework"
http://www.easyphpwebsites.com
wjgilmore is offline  
Reply With Quote