Re: [PHP] imap mail() problems

2003-04-04 Thread Mario Soto
] imap mail() problems Hi I am experiencing problems with the mail functions, in that I can not send emails to multiple addresses in the to field, or send Cc's. The multiple addresses show up in the email when it arrives to the first email address, but the other copies never arrive. The code I

Re: [PHP] imap mail() problems

2003-04-04 Thread Jason Wong
On Saturday 05 April 2003 01:04, Mario Soto wrote: Try first to take off the \r char on the string. It worked very good for me using only the \n to send more headers. Headers *should* be delimited by \r\n ... Other is to put the address into angle bracets ([EMAIL PROTECTED]) and in this

Re: [PHP] imap mail() problems

2003-04-04 Thread Alec Wallis
: Mario Soto [EMAIL PROTECTED] To: Alec Wallis [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, April 04, 2003 6:04 PM Subject: Re: [PHP] imap mail() problems Try first to take off the \r char on the string. It worked very good for me using only the \n to send more headers. Other is to put

Re: [PHP] imap mail() problems

2003-04-04 Thread Jason Wong
On Saturday 05 April 2003 05:58, Alec Wallis wrote: Thanks for the suggestions, I have tried them all but with no joy. Still exactly the same problem. Pretty sure its not my SMTP server as using Outlook it works fines. Any other ideas as would prefer not to have to use the mail() function

[PHP] imap mail() problems

2003-04-03 Thread Alec Wallis
Hi I am experiencing problems with the mail functions, in that I can not send emails to multiple addresses in the to field, or send Cc's. The multiple addresses show up in the email when it arrives to the first email address, but the other copies never arrive. The code I use is: