RE: [PHP-WIN] Help using Mail() on XP standalone config

2003-01-16 Thread Allan
ne my deed, thanks for the follow up Passion and Presence Allan Hardy -Original Message- From: Dash McElroy [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 12:24 PM To: Allan Hardy Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Help using Mail() on XP standalone config Allan, You

Re: [PHP-WIN] Help using Mail() on XP standalone config

2003-01-16 Thread Dash McElroy
Allan, You need some kind of an SMTP server for mail() on Win32. Either find a free one that you can load on your machine for testing, or use your ISP's (or if you're at work, possibly their internal mail server) mailserver. Then point your php.ini's 'SMTP = ' line towards the mailserver. Note th