Send email to multiple recipients
I am having difficulties sending an email to multiple recipients.
According to the documentation, the To parameter takes either a string or an array, but it seems to work only if I pass a string.
0
-
@Berend Veldkamp? I have the same question. Also would like an example of the array format that needs to be defined.
0 -
This worked for me:
=["recip1@email.com", "recip2@email.com"]
0 -
@Adam Mills? thanks for the reply. Yes that's the same format that support suggested I use. It worked for me which is great. Really appreciate this functionality!
0
Please sign in to leave a comment.
Comments
3 comments