interface MailStrategy
To avoid depending on the mail plugin an instance of a class implementing this interface is registered as the 'uiMailStrategy' Spring bean. By default the plugin uses MailPluginMailStrategy, but you can register your own bean in resources.groovy with the same bean name to customize how emails are sent or to use something other than the mail plugin.
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract java.lang.Object |
sendForgotPasswordMail(java.util.Map params) |
|
abstract java.lang.Object |
sendVerifyRegistrationMail(java.util.Map params) |