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:
mail($strTo,
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
: "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 th
3 matches
Mail list logo