#There is any way to send BCC with 'Send email' section in Flow?

4 messages · Page 1 of 1 (latest)

candid lodge
#

I've been working with Directus these days, and a really love it. I've created a "newletter" system that automatically send emails notifying when a new item in collection is created. I would like to know if is there a way to send BCC emails?

Thank you!

uneven blade
#

i dont think the default operation supports that

stark bone
#

if there is only one recipient of the message, it is a bit of a redundant feature. perhaps the solution is to create an array of emails you want to send it to, then pass it to another flow so it can send each email individually.

candid lodge
#

oh nice, i'll try this second method