Groovy Documentation

griffon.plugins.mail
[Groovy] Class MailSender

java.lang.Object
  griffon.plugins.mail.MailSender
All Implemented Interfaces:
MailProvider

@Singleton
class MailSender
extends Object

Sends email from a Griffon application.

Authors:
Josh A. Reed


Constructor Summary
MailSender()

 
Method Summary
void sendMail(Map args)

Send an email using the arguments specified.

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

MailSender

MailSender()


 
Method Detail

sendMail

void sendMail(Map args)
Send an email using the arguments specified. The following arguments are recognized: Future versions of this service will support HTML and file attachments.


 

Groovy Documentation