Re: [PHP-WIN] Newbie email question

2003-01-25 Thread Dash McElroy
Sorry for the late reply - the MsSQL worm of late knocked out my email :( So, your PHP server is offsite. What kind of access to this machine do you have? Is it simply FTP/HTTP? If so, your options will be limited. If you don't have access to PHP.INI, you could use the ini_set() command: ini_set

Re: [PHP-WIN] Newbie email question

2003-01-24 Thread Alex Davis
is there a way to debug on a remote server? "Dash McElroy" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Alex, > > You have to point it at your ISP's SMTP server (assuming this is for > home). Check your mail program for your SMTP server. Sendmail is a unix >

Re: [PHP-WIN] Newbie email question

2003-01-24 Thread Dash McElroy
Alex, You have to point it at your ISP's SMTP server (assuming this is for home). Check your mail program for your SMTP server. Sendmail is a unix thing, although there are similar programs available for Windows, your best bet is to use an existing server. Mail from unknown sources is likely to be

[PHP-WIN] Newbie email question

2003-01-24 Thread Alex Davis
I followed the instructions in a php manual to write a script that will send emails using mail() function. Only one problem, where is my sendmail program on windows XP. Or what do i need to configure in the php.ini file? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: