Class JiraEmailSender
java.lang.Object
com.codebarrel.jira.plugin.automation.email.JiraEmailSender
- All Implemented Interfaces:
EmailSender
-
Field Summary
Fields inherited from interface com.codebarrel.automation.api.email.EmailSender
MAX_BOUNCES -
Constructor Summary
ConstructorsConstructorDescriptionJiraEmailSender(com.atlassian.mail.queue.MailQueue mailQueue, com.atlassian.mail.server.MailServerManager mailServerManager) -
Method Summary
Modifier and TypeMethodDescriptionsendEmail(Environment environment, Email emailToSend) Sends an e-mail to the set of to addresses with the subject and body provided.
-
Constructor Details
-
JiraEmailSender
@Inject public JiraEmailSender(com.atlassian.mail.queue.MailQueue mailQueue, com.atlassian.mail.server.MailServerManager mailServerManager)
-
-
Method Details
-
getDefaultFromAddress
-
sendEmail
Description copied from interface:EmailSenderSends an e-mail to the set of to addresses with the subject and body provided. Returns any errors in the error collection.- Specified by:
sendEmailin interfaceEmailSender
-