Answer the question
In order to leave comments, you need to log in
How to add an email without confirmation?
$subscriber[] = array('email' => array("email" => "[email protected]", "euid" => "", "leid" => ""), 'email_type'=>'html', 'merge_vars'=>array('FNAME'=>'Usario1', 'LNAME'=>'Apellido1'));
Answer the question
In order to leave comments, you need to log in
At the time I did this:
<цикл>
$users[] = array(
'email' => array(
'email' => $row['user_email']
),
'merge_vars' => array(
'FNAME' => $row['full_name'],
'LNAME' => $row['last_name']
)
);
</цикл>
$result = $mc->lists->batchSubscribe(
$list_id,
$users,
false, //do not send confirmation e-mail
true //update profile in case of already added e-mail
);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question