Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
Trunk
-
None
-
None
Description
Currently there are some code references in which with the business logic, email services are triggered synchronously, so in any case if email service fails, whole transaction is rolled back.
All these occurrences should be replaced with asynchronous calling.