-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
All SendMailHelper method should have a new argument : boolean async.
We should keep the 2 simpliest methods without this argument that continues to be synchrone by default.
To be asynchronous, we have a single Thread that is watching a mail queue.
To do this well, we should do en Executor receive Runnable.