0
Bulk email through Ninox
If you are sending an email to more than 1 client through Ninox, I see it addresses each client and clients can see other clients.
Is there a way to do this as BC (Blind Copy)
Currently using the following:
sendEmail({
from: userEmail(),
to: InstructorCourse.Classes.clientsClasses.Clients.'Email address',
subject: "Hello World!",
text: Text
})
1 reply
-
Just add a row bcc: ... , after to:
Content aside
- 4 yrs agoLast active
- 1Replies
- 695Views