Re: [PHP-WIN] Mail problem

2002-10-07 Thread toby z
francisco are u tryin the function on the webserver u will host ur site on coz if u r running it from ur local host u will get the error since ur localhost cant send a mail toby . --- Francisco Murillo Montoya <[EMAIL PROTECTED]> wrote: > Hello; > > I have PHP 4.2.3 on Windows 2000 adva

[PHP-WIN] Mail problem

2002-10-05 Thread Francisco Murillo Montoya
Hello; I have PHP 4.2.3 on Windows 2000 advanced, and when I try to use the mail funtion, the server returns an error. The page sais: Warning: Server error in c:\url\file.php on line 2. I have Imail as Mail Server. Do you know why this happen? Thank you. Francisco Murillo -- PHP Windows

RE: [PHP-WIN] mail() problem

2002-05-14 Thread Mike Eynon
This could be a PHP or COM question... not sure. I am calling a custom COM object from php. I am seeing a memory leak happen when I build my variant in C++ and then return it out to the PHP calling into the COM. I am using the following piece of code to take a simple C++ array of strings and lo

Re: [PHP-WIN] mail() problem

2002-05-13 Thread Peter
uot;>news:[EMAIL PROTECTED]... > Try to put SMTP from your ISP, like: smtp.isp.com in the php.ini and try then... > > I run Win XP with PHP and it works OK! > > Good luck > > Alex > > >- Original Message - > >From: "Tomator" <[EMAIL PROTECTE

RE: [PHP-WIN] mail() problem

2002-05-13 Thread aleksandar
Try to put SMTP from your ISP, like: smtp.isp.com in the php.ini and try then... I run Win XP with PHP and it works OK! Good luck Alex >- Original Message - >From: "Tomator" <[EMAIL PROTECTED]> >Date: Friday, May 10, 2002 1:52 pm >Subject: [PHP-WIN] mail(

RE: [PHP-WIN] mail() problem

2002-05-12 Thread Danny Asmussen
6 555 __ -Original Message- From: Jason Soza [mailto:[EMAIL PROTECTED]] Sent: 11. maj 2002 00:01 To: Tomator Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] mail() problem Did you restart Apache after making the php.ini changes? Jason Soza - Ori

Re: [PHP-WIN] mail() problem

2002-05-10 Thread Jason Soza
Did you restart Apache after making the php.ini changes? Jason Soza - Original Message - From: "Tomator" <[EMAIL PROTECTED]> Date: Friday, May 10, 2002 1:52 pm Subject: [PHP-WIN] mail() problem > When I try to use mail() function I see warning "Unknown error in

[PHP-WIN] mail() problem

2002-05-10 Thread Tomator
When I try to use mail() function I see warning "Unknown error in line...". I'm using WinXP with PHP as Apache's module and have PHP.INI in C:\winnt, where is the line "SMTP = my.addres". However phpinfo() ALWAYS tells that SMTP is "localhost". I can change thist only with ini_set(), but it doesn

[PHP-WIN] Mail() problem solved!

2002-03-27 Thread Alberto. Sartori
Hi guys, like I've mentioned some days ago, I solved my problem using mail() function. It was appear "Server error" My SMTP server was correctly configured but one option wasn't. Open IIS console, SMTP Service, right click, select the ACCESS menu, CONNECTION (Grant the access ONLY to your machin

Re: [PHP-WIN] mail problem with php as cgi

2001-09-11 Thread Angie Tollerson
Jack, I'm not 100% sure, but I think on windows you have to have the sendmail_path defined. You mentioned it's commented out. Can anyone confirm that? That's what I seem to recallsorry! Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> "Jack" <[EMAI

[PHP-WIN] mail problem with php as cgi

2001-09-11 Thread Jack
Hi! I've installed php as cgi (so not as apache module) using cygwin. It works fine except that mail() send to I-don't-know-where. My php.ini is fine with smtp=localhost (I do have a server), sendmail_from= me@localhost, and sendmail_path commented out. But when running phpinfo, I get path to sen

[PHP-WIN] mail problem on win2K

2001-08-22 Thread P.Agenbag
To Angie and Oliver Oliver, thanks for the reply, I will try your suggestion and see if it helps. Angie and all other interested parties (who might have the same problem as I do) I have PHP installed on win2k server running IIS5 php.ini is setup to use an SMTP server on the network ( the webser