Re: [PHP] Re: replacing mail()

2002-09-18 Thread Rick Widmer
>"Liam Mackenzie" <[EMAIL PROTECTED]> wrote in message >002a01c25f00$54a01050$0b00a8c0@enigma">news:002a01c25f00$54a01050$0b00a8c0@enigma... > I've spent over 6 months trying to get sendmail to work to my liking, >don't > talk to me about sendmail! > :-P I know the feeling. I use qmail now.

Re: [PHP] Re: replacing mail()

2002-09-18 Thread lallous
Afaik, PHP on Unix does not use internal functions but instead it uses Sendmail therefore you can configure it in PHP.INI to not use sendmail, as for win32, PHP mails via direct SMTP connections... "Liam Mackenzie" <[EMAIL PROTECTED]> wrote in message 002a01c25f00$54a01050$0b00a8c0@enigma">news

Re: [PHP] Re: replacing mail()

2002-09-18 Thread Liam MacKenzie
I've spent over 6 months trying to get sendmail to work to my liking, don't talk to me about sendmail! :-P eXtremail does the job real good ;-) www.extremail.com Is there any way of EASILY rewriting PHP's mail() function? Cheers, Liam - Original Message - From: "lallous" <[EMAIL PROT