grails / grails-mail

The Grails Mail Plugin
https://grails.github.io/grails-mail/
Apache License 2.0
14 stars 25 forks source link

Fixed application-wide rendering side effects caused by mail plugin #26

Closed davidkron closed 7 years ago

davidkron commented 7 years ago

Fixed by correctly restoring the WrappedResponseHolder's wrapped response which is modified during html mail rendering.

See this issue for a detailed analysis and description: https://github.com/grails3-plugins/mail/issues/23