Interface EmailSender
- All Known Implementing Classes:
JiraEmailSender
public interface EmailSender
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intHow many times an e-mail can bounce before we stop sending to that address. -
Method Summary
Modifier and TypeMethodDescriptionsendEmail(Environment env, Email email) Sends an e-mail to the set of to addresses with the subject and body provided.
-
Field Details
-
MAX_BOUNCES
static final int MAX_BOUNCESHow many times an e-mail can bounce before we stop sending to that address.- See Also:
-
-
Method Details
-
sendEmail
Sends an e-mail to the set of to addresses with the subject and body provided. Returns any errors in the error collection.
-