dea*_*mon 8 email configuration grails templates gsp
当从模板呈现电子邮件时,模板将在"grails_app/views"中查找:
mailService.sendMail {
from sender
to recepient.email
subject "Don't forget"
body (view: "/emails/reminder",
model:[recepient: recepient, document: document])
}
Run Code Online (Sandbox Code Playgroud)
如何将邮件模板放在应用程序(war文件)之外的文件系统中?
归档时间: |
|
查看次数: |
2419 次 |
最近记录: |