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

null
    • Adriano_Zappacosta
    • 4 yrs ago
    • Reported - view

    Just add a row bcc: ... , after to: