On 14 May 2001 19:04:43 -0700, Ben Gollmer <[EMAIL PROTECTED]> wrote:
> If you have an account on a remote host, you can always do something
> like this:
>
><?php
> include("http://www.remotehost.com/~myaccount/mailfunction.inc");
>
> mymail($to, $mailbody);
> ?>
>
> where mailfunction.inc has the mymail function defined to just take your
> parameters and stuff them into the standard mail().
Wouldn't this still run the code on the local server with the dysfunctional
mail() command?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]