Does anyone know why:
I have this variable for the emails to go to:
$emails_admin = ‘helpdesk@AAA.com’;‘Kevin@BBB.com’;
But only get the first addressed email.
according to the help for the macro:
List of the emails that will recieve the message, it could be a string or variable that cointains one or more emails separated by “;” or one variable that contains one array of emails.
I tried support but they were asking me if this was a send or receive problem…
Sigh
Kevin