evon - 2009-04-20 14:09:59
hi,
i stil dont get how your multi recipient works.
1. i did this and the cc email does not receive the email. Is this how you do it?
2. i am trying to send html body, why am i getting the html codes instead?
This is the code for multiple recipient:-
if($smtp->SendMessage(
$from,
array(
$to
),
array(
"From: $from",
"To: $to",
"Cc: $Cc",
"Subject: Travel Request Form",
"Date: ".strftime("%a, %d %b %Y %H:%M:%S %Z")
),
$message))
regards,ej