Package core.helpers.emailHelper
Class EmailObject
java.lang.Object
core.helpers.emailHelper.EmailObject
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithAttachmentFile(String attachmentFile) withAttachmentPath(String attachmentPath) withFromEmail(String fromEmail) withPassword(String password) withRecipientEmail(String recipientEmail) withSmtpAuth(Boolean smtpAuth) withSmtpHost(String smtpHost) withSmtpPort(String smtpPort) withSmtpStarttlsEnabled(Boolean smtpStarttlsEnabled) withSubject(String subject) withToEmail(String toEmail)
-
Field Details
-
toEmail
-
password
-
fromEmail
-
recipientEmail
-
attachmentFile
-
attachmentPath
-
subject
-
body
-
smtpHost
-
smtpPort
-
smtpStarttlsEnabled
-
smtpAuth
-
-
Constructor Details
-
EmailObject
public EmailObject()
-
-
Method Details
-
withToEmail
-
withPassword
-
withFromEmail
-
withRecipientEmail
-
withAttachmentFile
-
withAttachmentPath
-
withSubject
-
withBody
-
withSmtpHost
-
withSmtpPort
-
withSmtpStarttlsEnabled
-
withSmtpAuth
-