I have to write a PHP code for adding users to an email server. For this I use an application called adduser.exe from Ipswitch IMail Server 8.04. Can anyone tell me how I can use this file with a PHP code?
You can't simply post to adduser.exe - it's not a CGI application. What you'll need to do is wrap the exe in a CGI script (in perl, php, whatever). I had to do this with a much older version of IMail a while ago and it worked fine once I had it working.
-- Stuart
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php