Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

email.SendOptions Issue/Suggestion #316

Open
moosey-moose opened this issue Nov 14, 2024 · 2 comments
Open

email.SendOptions Issue/Suggestion #316

moosey-moose opened this issue Nov 14, 2024 · 2 comments

Comments

@moosey-moose
Copy link

moosey-moose commented Nov 14, 2024

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

@MrRob
Copy link
Collaborator

MrRob commented Nov 15, 2024

@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
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants