Package com.jk.core.mail
Class JKFakeMailSender
java.lang.Object
com.jk.core.mail.JKMailSender
com.jk.core.mail.JKFakeMailSender
This class provides a way to send mails from a fake sender.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
send
(JKMailInfo mailInfo) This method sends a mail with the provided information.
-
Constructor Details
-
JKFakeMailSender
public JKFakeMailSender()
-
-
Method Details
-
send
This method sends a mail with the provided information.- Overrides:
send
in classJKMailSender
- Parameters:
mailInfo
- Specifies the mail information.
-