Re: [PHP] Sending mail on OS X

2007-06-09 Thread Richard Lynch
I'm pretty sure you want \r\n instead of \n\r, though as you only have one header and nothing after it, it doesn't matter maybe... You may also need to LOGIN to your SMTP server, from your PHP server, before you try to send mail through it. Some servers allow only specific IP (other servers in th

Re: [PHP] Sending mail on OS X

2007-06-09 Thread Frank Arensmeier
I think the key to your problem is to configure Postfix on Mac OS X properly. My best suggestion would be "Postfix Enabler" (look at e.g. versiontracker.com for the current version). Postfix Enabler makes it very easy to setup Postfix for exemple to use SMTP for the outgoing mails. Anothe

Re: [PHP] Sending mail on OS X

2007-06-08 Thread Jim Lucas
Christian Cantrell wrote: Hi, all. I'm sure this question has been asked, but I was not able to effectively search the forum archives, so I'm having to ask it again. I'm trying to use the mail function to send email on OS X, but the email gets rejected by the mail server I'm sending to. I get

Re: [PHP] Sending mail on OS X

2007-06-08 Thread Stut
Christian Cantrell wrote: Hi, all. I'm sure this question has been asked, but I was not able to effectively search the forum archives, so I'm having to ask it again. I'm trying to use the mail function to send email on OS X, but the email gets rejected by the mail server I'm sending to. I get

[PHP] Sending mail on OS X

2007-06-08 Thread Christian Cantrell
Hi, all. I'm sure this question has been asked, but I was not able to effectively search the forum archives, so I'm having to ask it again. I'm trying to use the mail function to send email on OS X, but the email gets rejected by the mail server I'm sending to. I get messages in mail.loglike th