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
Currently when sending emails to the attendees it could take a lot of time:
make the call asynchronous, use Executors.newSingleThreadExecutor() in the CustomMessageManager and send an email to the organizer in case of success/error (<- useless)
Currently when sending emails to the attendees it could take a lot of time:
and send an email to the organizer in case of success/error(<- useless)use the bulk api from mailjet (https://dev.mailjet.com/guides/#sending-in-bulk)too complex atmThe text was updated successfully, but these errors were encountered: