kefirfromperm / grails-asynchronous-mail

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

How to load email body from a view (.gsp) file like another plugin of mail ? #65

Closed wureka closed 7 years ago

wureka commented 7 years ago

Can I load email body from a view file just like that of https://grails.org/plugins.html#plugin/mail ?

You may refer to line 277 in https://github.com/gpc/grails-mail/blob/master/src/groovy/grails/plugin/mail/MailMessageBuilder.groovy

Many thanks

kefirfromperm commented 7 years ago

Yes, asynchronous mail plugin supports all features of mail plugin.