Closed TiSiE closed 3 years ago
We could improve responsiveness and speed of YAWIK if we decoupled the actual generating and sending of emails to an external process.
We are using similar approaches through out YAWIK (and some modules) with usage of the Queue mechanism available in the YAWIK Core.
Using this queue will also allow us to implement a decent error handling and resending of failed emails with minimal effort.
We could improve responsiveness and speed of YAWIK if we decoupled the actual generating and sending of emails to an external process.
We are using similar approaches through out YAWIK (and some modules) with usage of the Queue mechanism available in the YAWIK Core.
Using this queue will also allow us to implement a decent error handling and resending of failed emails with minimal effort.