Re: [PHP] replacing mail()

2002-09-18 Thread Marek Kilimajer
Try to set it in "disable_functions", it may help, or may not. Otherwise disable it in php sources or even better regexp your scripts to change mail to something else. Liam wrote: >Yeah, mail() again... > >I want to disable the default mail command and replace it with my own. >I've written a f

[PHP] replacing mail()

2002-09-18 Thread Liam
Yeah, mail() again... I want to disable the default mail command and replace it with my own. I've written a function that talks directly to my SMTP server, however, I'd rather not go thru every single script on my server and change all the mail() functions. Any ideas? Cheers, Liam -- PHP Ge