Interface IEmailSender
public interface IEmailSender
Builds and sender of an email with an optional attachment.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsend()withAttachedFile(String attachmentFilePath, String attachmentFileName) withAttachedText(String attachmentText, String attachmentFileName) withSubject(String subject)
-
Method Details
-
withSubject
-
withBody
-
withAttachedFile
-
withAttachedText
-
send
void send()
-