[PHP] Re: sending mail -- nullmailer

2004-10-08 Thread Manuel Lemos
Hello, On 10/08/2004 01:35 PM, Josh Howe wrote: Ok, so I came across nullmailer, which seems to do exactly what I want - forward mail to an existing smtp server. But it isn't working. I'm using the mail() php function, and the mails aren't arriving. The same code works fine on a windows machine

RE: [PHP] Re: sending mail -- nullmailer

2004-10-08 Thread Josh Howe
-Original Message- From: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004 12:59 PM To: Josh Howe Cc: [EMAIL PROTECTED] Subject: [PHP] Re: sending mail -- nullmailer Hello, On 10/08/2004 01:35 PM, Josh Howe wrote: Ok, so I came across nullmailer, which seems to do exactly what

Re: [PHP] Re: sending mail -- nullmailer

2004-10-08 Thread John Nichel
Josh Howe wrote: I don't want to setup and maintain a new mail server (sendmail) when we already have an smtp server set up and maintained by our sys admin. Am I crazy here? Can anybody recommend a good sendmail wrapper I can use that will work with PHP and any other apps that use sendmail?