[PHP-WIN] MS exchange mail function

2002-10-01 Thread CENGIZ SOYUKAN
Hi, I use ISS and PHP 4.2 . I can send an e-mail using mail function to intenal users our domain user but if I try to send an e-mail to outside of the our domain I got the following error message. Your message did not reach some or all of the intended recipients. Subject: Blah Blah

[PHP-WIN] Call Perl script in PHP

2001-06-20 Thread CENGIZ SOYUKAN
I could not get the result of perl script to my browser. I need help thanks. I use IIS + Win NT my code is like this. Bu the result of the passthru perl script is not seen on my browser. What is the problem. $fp="d:\\inetpub\\scripts\\tool_locs.pl"; passthru($fp); My code is workiing prop