Tuesday, January 7, 2025
1 change · 18.0
Enhancements to existing features
Event registration confirmation emails are now pushed through the email queue immediately when asynchronous sending is used. This reduces delays for attendees and makes confirmations arrive closer to the timing users expect.
Original PR description
In async mode, trigger both the Mail Scheduler and the Email Queue Manager. Rationale ========= By default, the Email Queue Manager is run once an hour. In case of the event registration confirmation, it can lead to a lag between the confirmation and the email received. However, end users tend to expect a confirmation email incoming within a few minutes. By triggering the email queue, it leads to a behavior which is closer to the synchronous configuration.