Send many emails at once
I am using the mailchannels api, and sending an email to each user in an apppintment when it’s approved. The user count could be up to 30.
Since workers has a network request limit of like 10 (I think), will most of these emails fail (I also have D1 operations happening in the same worker).
I can’t tell if they will fail or if they will just be delayed (that’s fine)
2 Replies