Fixed
- Fixed a fatal error due to coroutines being used within a task worker, when coroutines were not available. This was
related to how emails are sent within the framework. Email transmission uses a task worker to send emails
synchronously. This fix does not require any change on the application side.