Hi all,
I'm making a bulk send mail program script.
In this script I use an array:
now this works fine: $send_vars = array(
'recipients' => array('[EMAIL
PROTECTED]','[EMAIL PROTECTED]','[EMAIL PROTECTED]')
);
however the recipients are hardcoded in the script, so I'm trying to catch these in a
variable $emailadress:
$emailadress=array('[EMAIL PROTECTED]','[EMAIL PROTECTED]','[EMAIL PROTECTED]') ;
$send_vars = array('recipients' => $emailadress);
However this does not work. what is going wrong here??
thx if you can help me!
many regards
WIlbert Enserink
-------------------------
Pas de Deux
Van Mierisstraat 25
2526 NM Den Haag
tel 070 4450855
fax 070 4450852
http://www.pdd.nl
[EMAIL PROTECTED]
-------------------------