You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
email.SendOptions.recipients should be string|number(string|number)[] IMO, and cc/bcc should be (string|number)[] since a mixed array is valid per docs:
"For multiple recipients, use an array of internal IDs or email addresses. You can use an array that contains a combination of internal IDs and email addresses." from N/email > email.send
The text was updated successfully, but these errors were encountered:
@moosey-moose Have you tested this pretty thoroughly? I think I remember seeing some issues with this early on, but maybe NetSuite has fixed it by now. Please create a PR if so. Thanks!
@moosey-moose Have you tested this pretty thoroughly? I think I remember seeing some issues with this early on, but maybe NetSuite has fixed it by now. Please create a PR if so. Thanks!
Y'know, I haven't tried it on 2.0, so I could see that being the case. I'll find some time to test it.
email.SendOptions.recipients should be string|number(string|number)[] IMO, and cc/bcc should be (string|number)[] since a mixed array is valid per docs:
"For multiple recipients, use an array of internal IDs or email addresses. You can use an array that contains a combination of internal IDs and email addresses." from N/email > email.send
The text was updated successfully, but these errors were encountered: