Uses of Interface
org.craftercms.commons.mail.Email
Packages that use Email
-
Uses of Email in org.craftercms.commons.mail
Methods in org.craftercms.commons.mail that return EmailModifier and TypeMethodDescriptionEmailFactory.getEmail(String from, String[] to, String[] cc, String[] bcc, String subject, String body, boolean html, File... attachments) Creates a newEmail.EmailFactory.getEmail(String from, String[] to, String[] cc, String[] bcc, String subject, String templateName, Object templateModel, boolean html, File... attachments) Creates a newEmail.EmailFactory.getEmail(String from, String[] to, String[] cc, String[] bcc, String replyTo, String subject, String body, boolean html, File... attachments) Creates a newEmail.EmailFactory.getEmail(String from, String[] to, String[] cc, String[] bcc, String replyTo, String subject, String templateName, Object templateModel, boolean html, File... attachments) Creates a newEmail. -
Uses of Email in org.craftercms.commons.mail.impl
Classes in org.craftercms.commons.mail.impl that implement EmailModifier and TypeClassDescriptionclassDefault implementation ofEmail, which uses Spring Mail to send a message.Methods in org.craftercms.commons.mail.impl that return EmailModifier and TypeMethodDescriptionEmailFactoryImpl.getEmail(String from, String[] to, String[] cc, String[] bcc, String subject, String body, boolean html, File... attachments) EmailFactoryImpl.getEmail(String from, String[] to, String[] cc, String[] bcc, String subject, String templateName, Object templateModel, boolean html, File... attachments) EmailFactoryImpl.getEmail(String from, String[] to, String[] cc, String[] bcc, String replyTo, String subject, String body, boolean html, File... attachments) EmailFactoryImpl.getEmail(String from, String[] to, String[] cc, String[] bcc, String replyTo, String subject, String templateName, Object templateModel, boolean html, File... attachments)