| void | MailTemplate. configureMail(SimpleMail mail,
             SimpleJuel juel,
             SimpleAttachment... attachments) | 
| SimpleMail | MailService. newTemplateMail(MailTemplate template,
               SimpleAttachment... attachments)Creates and returns a new instance of  SimpleMail configured with the
 given template | 
| SimpleMail | MailServiceImpl. newTemplateMail(MailTemplate template,
               SimpleAttachment... attachments) | 
| SimpleMail | MailService. newTemplateMail(java.util.Optional<EmailDatasink> emailDatasink,
               MailTemplate template,
               SimpleAttachment... attachments) | 
| SimpleMail | MailServiceImpl. newTemplateMail(java.util.Optional<EmailDatasink> emailDatasink,
               MailTemplate template,
               SimpleAttachment... attachments) | 
| void | SimpleCryptoMail. setContent(java.lang.String text,
          SimpleAttachment... attachements) | 
| void | SimpleMail. setContent(java.lang.String text,
          SimpleAttachment... attachements) | 
| void | SimpleCryptoMail. setHtml(java.lang.String html,
       SimpleAttachment... attachements) | 
| void | SimpleMail. setHtml(java.lang.String html,
       SimpleAttachment... attachments) |