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

[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:

[PHP] Problem connecting to POP3 accounts

2003-04-03 Thread Alec Wallis
Hi I am currently experiencing some problems connecting to POP3 accounts using imap_open. I am using the following code: $ArrayImap = imap_open ($strMailServer, $strUsername, $strPassword); with the mail server being set to: $strMailServer = {domain.co.uk/pop3:110}INBOX; It seems to connect