Hi,
I tried to use the email macro to send email, however I only can send email to the first recipient. The rest of the recipient did not receive email. Can someone kindly help? Thanks.
Below is the macro:
$mail_to = $email_to;$email_to2;
$mail_copies = $email_cc;$email_cc2;
sc_mail_send($mail_smtp_server,
$mail_smtp_user,
$mail_smtp_pass,
$mail_from,
$mail_to,
$mail_subject,
$mail_message,
$mail_format,
$mail_copies,
$mail_tp_copies,
$mail_port
);