cowboycodr / BlueQ

Vertically integrated marketing/newsletter/blog email software. Manages the collection, crafting, and sending of emails.
https://blueq.app
GNU General Public License v3.0
0 stars 0 forks source link

Use Resend Batch email api #47

Closed cowboycodr closed 5 months ago

cowboycodr commented 5 months ago

When you use the send email api all of the recipients emails are exposed to each other.

Which isn't very professional.

Instead, we can use the batch email api, map through the recipients emails, then process them all at one time in a promise -- as to not slow down the app.

Pretty simple, will take 10m to setup.