Uses of Class
core.helpers.emailHelper.EmailObject
Packages that use EmailObject
-
Uses of EmailObject in core.helpers
Methods in core.helpers with parameters of type EmailObjectModifier and TypeMethodDescriptionstatic voidHelper.sendMail(EmailObject email) sends email to recipient using email object -
Uses of EmailObject in core.helpers.emailHelper
Methods in core.helpers.emailHelper that return EmailObjectModifier and TypeMethodDescriptionEmailObject.withAttachmentFile(String attachmentFile) EmailObject.withAttachmentPath(String attachmentPath) EmailObject.withFromEmail(String fromEmail) EmailObject.withPassword(String password) EmailObject.withRecipientEmail(String recipientEmail) EmailObject.withSmtpAuth(Boolean smtpAuth) EmailObject.withSmtpHost(String smtpHost) EmailObject.withSmtpPort(String smtpPort) EmailObject.withSmtpStarttlsEnabled(Boolean smtpStarttlsEnabled) EmailObject.withSubject(String subject) EmailObject.withToEmail(String toEmail) Methods in core.helpers.emailHelper with parameters of type EmailObjectModifier and TypeMethodDescriptionstatic voidEmailHelper.searchEmail(EmailObject email) static voidEmailSendHelper.sendMail(EmailObject email) sends email to recipient using email object -
Uses of EmailObject in core.helpers.legacy
Methods in core.helpers.legacy with parameters of type EmailObjectModifier and TypeMethodDescriptionstatic voidHelper.sendMail(EmailObject email) sends email to recipient using email object