Class EmailInfo


  • public class EmailInfo
    extends Object
    This class contains all info required to generate an email to send. This includes data to generate the header (recipient, CC, BCC, replyTo, date and extra fields) and the body (subject, content, contentType and attachments) To create a new instance of this class use EmailInfo.Builder
    • Method Detail

      • getRecipientTO

        public String getRecipientTO()
      • getRecipientCC

        public String getRecipientCC()
      • getRecipientBCC

        public String getRecipientBCC()
      • getReplyTo

        public String getReplyTo()
      • getSubject

        public String getSubject()
      • getContent

        public String getContent()
      • getContentType

        public String getContentType()
      • getAttachments

        public List<File> getAttachments()
      • getSentDate

        public Date getSentDate()
      • getHeaderExtras

        public List<String> getHeaderExtras()