29.11.2016, 15:35
Hi,
I have to send email to at most 4 recipients. The user select from the visualization the number of recipients and their email adresses.
I tryed to do this:
and this:
but this is the error:
* string: 501 5.1.3 Bad recipient address syntax
How can I do it?
Thanks
I have to send email to at most 4 recipients. The user select from the visualization the number of recipients and their email adresses.
I tryed to do this:
Code:
mail("example1@example1.com, example2@example2.com", "ALERT", "Alert")
Code:
mail("example1@example1.com; example2@example2.com", "ALERT", "Alert")
* string: 501 5.1.3 Bad recipient address syntax
How can I do it?
Thanks