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 TypeMethodDescriptionvoidsend(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:
 sendin classJKMailSender- Parameters:
 mailInfo- Specifies the mail information.
 
 -