gpc / grails-mail

The Grails Mail Plugin
http://grails.org/plugin/mail
Apache License 2.0
45 stars 85 forks source link

How can I save the generated .GSP ? #34

Closed wureka closed 2 years ago

wureka commented 7 years ago

Sometime the email can not be sent because of some other issues. At this moment, I hope to re-send the email. However, the email was prepared in a flow (in my case) . And the flow can not execute again. I think a way for re-sending the email. If I can save the email view generated from .GSP page to database, then I can have a schedule to load the failed-to-send email from the database and re-try it. So, how to save the view generated from .GSP page ?