kefirfromperm / grails-asynchronous-mail

The Grails Asynchronous Mail plugin
http://grails.org/plugin/asynchronous-mail
21 stars 36 forks source link

Override the mail plugin #51

Closed kefirfromperm closed 8 years ago

kefirfromperm commented 8 years ago

Mail plugin overriding doesn't work.

kefirfromperm commented 8 years ago

The feature is not allowed now because the MailService is compiled with the @CompileStatic which prevent methods overriding.