Posted by jcage on 05/03/07 19:36
On May 3, 7:28 am, Captain Paralytic <paul_laut...@yahoo.com> wrote:
> WHAT ERROR?????!!!!!!
Sorry about that.
"data_not_accepted" when using: $mail-
>AddAddress($arrEmailAddresses[$to]);
and
"provide_address" when using $mail->AddAddress =
($arrEmailAddresses[$to]);
with either of the above syntax, the correct address from the array IS
returned to the screen with the print command shown below.
$arrEmailAddresses = array( 'joe'=>'...@server.com',
'bob'=>'...@server.com' );
print_r($arrEmailAddresses[$to]);
i.e.
joe@gmail.com prints to the page just fine, just isn't working
properly in the "AddAddress" line.
[Back to original message]
|