How to use array recipient list on swiftmailer?
Posted: Mon Sep 25, 2006 11:53 pm
Hi,
I was tried the swiftmailer few days but still cant get the array recipient list done. Any working example can give?
Here's the code:
Is this correct?
Thanks,
Nelson
I was tried the swiftmailer few days but still cant get the array recipient list done. Any working example can give?
Here's the code:
Code: Select all
//---- Receipent Address ----//
$TO = array(
array('Member A','<A@A.com.my>'),
array('Member B','<B@B.com.my>'),
array('Member C','<C@gmail.com>')
);Thanks,
Nelson