Interface EmailSender

All Known Implementing Classes:
JiraEmailSender

public interface EmailSender
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    How many times an e-mail can bounce before we stop sending to that address.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sends an e-mail to the set of to addresses with the subject and body provided.
  • Field Details

    • MAX_BOUNCES

      static final int MAX_BOUNCES
      How many times an e-mail can bounce before we stop sending to that address.
      See Also:
  • Method Details

    • sendEmail

      SendResult sendEmail(Environment env, Email email)
      Sends an e-mail to the set of to addresses with the subject and body provided. Returns any errors in the error collection.