Package com.jk.core.mail
Class JKMailSender
java.lang.Object
com.jk.core.mail.JKMailSender
- Direct Known Subclasses:
JKFakeMailSender
This class provides the necessary methods for the sender to send mails.
- 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
-
JKMailSender
public JKMailSender()
-
-
Method Details
-
send
This method sends a mail with the provided information.- Parameters:
mailInfo
- Specifies the mail information.
-