You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Send one email to each participants, not all in BCC
The big advantage of this is that it is very simple: it's one email with a lot of recipients. With something else, we might run into rate limits of our mail servers pretty quickly and in general will need something like an asynchronous background worker sending out emails, since otherwise the UI will block until all emails are send out and it might die in the midst of sending out emails with no option of only sending to the failed recipients.
The big advantage of this is that it is very simple: it's one email with a lot of recipients. With something else, we might run into rate limits of our mail servers pretty quickly and in general will need something like an asynchronous background worker sending out emails, since otherwise the UI will block until all emails are send out and it might die in the midst of sending out emails with no option of only sending to the failed recipient
currently, the mail sending to participants of an event is very basic. We should implement
The text was updated successfully, but these errors were encountered: