Public Constructors
public
MailServiceImpl
(MailQueue mailQueue)
Public Methods
Sends a Velocity-rendered email by adding the template and context to a
com.atlassian.mail.queue.MailQueueItem and adding that item to the queue. The final email will be
rendered as the com.atlassian.mail.queue.MailQueue is processed.
Parameters
replyTo
| the user sending the email |
recipient
| the recipient of the email |
subjectTemplatePath
| the relative path to the Velocity template with the email's subject line |
bodyTemplatePath
| the relative path to the Velocity template with the email's body |
context
| the context map that will be used to render the templates
|