Support multi send to #7576
vevedh
started this conversation in
Contribute/Developers/Plugins
Replies: 1 comment 2 replies
-
Nice one! Does the email actually get sent to both users? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Replace :
email: Joi.string().email()
by
email: Joi.string().email({
multiple: true,
}),
in packages\worker\src\api\routes\global\email.js
Result :
Beta Was this translation helpful? Give feedback.
All reactions