-
New Feature
-
Resolution: Won't Fix
-
Major
-
2.0
-
None
-
1 - Middle term
-
1 - Easy
Currently, the plugins are sending mails through the SendMailHelper class, which permits to easily send an e-mail with authentication or not, adding attachments, and so on.
There's a project at Apache Commons, Commons Email, that fulfills all these requirements, and that is certainly more complete.
We should therefore include Commons Email in the ivy repository, and either use it to replace SendMailHelper, or modify the SendMailHelper methods to use it.
Commons emails is less powerfull than our sendmailhelper (read notifications...)
We would be glad to replace it by something that would handle massive sending)