|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectservices.EmailerService
class EmailerService
Simple service for sending emails. Work is planned in the Grails roadmap to implement first-class email support, so there's no point in making this code any more sophisticated
Property Summary | |
---|---|
SimpleMailMessage |
mailMessage
|
MailSender |
mailSender
|
boolean |
transactional
|
Constructor Summary | |
EmailerService()
|
Method Summary | |
---|---|
def
|
sendEmails(def mails)
Send a list of emails |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
SimpleMailMessage mailMessage
MailSender mailSender
boolean transactional
Constructor Detail |
---|
EmailerService()
Method Detail |
---|
public def sendEmails(def mails)
Groovy Documentation