我收到此錯誤信息:發送郵件沒有這樣的屬性相剋
No such property: g for class: grails.plugin.mail.MailMessageBuilder
的代碼是:
mailService.sendMail {
to "[email protected]"
from "[email protected]"
subject "Welcdome to d "
body "jjj"
html g.render(template: "/email/mailll",
model: [remark: "OLAA PEOPLE!", yourname: user.firstName, yourmail: user.username])
}
這個代碼在哪裏? Taglibs在控制器中可用,但不在服務中。 –
P.S.請不要使用「groovy」標籤來標記Grails問題,除非這些問題是關於Groovy作爲編程語言的具體問題。 –