Uses of Class
core.helpers.emailHelper.EmailObject
-
Packages that use EmailObject Package Description core.helpers core.helpers.emailHelper core.helpers.legacy -
-
Uses of EmailObject in core.helpers
Methods in core.helpers with parameters of type EmailObject Modifier and Type Method Description static 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 EmailObject Modifier and Type Method Description EmailObjectEmailObject. withAttachmentFile(String attachmentFile)EmailObjectEmailObject. withAttachmentPath(String attachmentPath)EmailObjectEmailObject. withBody(String body)EmailObjectEmailObject. withFromEmail(String fromEmail)EmailObjectEmailObject. withPassword(String password)EmailObjectEmailObject. withRecipientEmail(String recipientEmail)EmailObjectEmailObject. withSmtpAuth(Boolean smtpAuth)EmailObjectEmailObject. withSmtpHost(String smtpHost)EmailObjectEmailObject. withSmtpPort(String smtpPort)EmailObjectEmailObject. withSmtpStarttlsEnabled(Boolean smtpStarttlsEnabled)EmailObjectEmailObject. withSubject(String subject)EmailObjectEmailObject. withToEmail(String toEmail)Methods in core.helpers.emailHelper with parameters of type EmailObject Modifier and Type Method Description static 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 EmailObject Modifier and Type Method Description static voidHelper. sendMail(EmailObject email)sends email to recipient using email object
-