Class JKMailSender

java.lang.Object
com.jk.core.mail.JKMailSender
Direct Known Subclasses:
JKFakeMailSender

public class JKMailSender extends Object
This class provides the necessary methods for the sender to send mails.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Constructor Details

    • JKMailSender

      public JKMailSender()
  • Method Details

    • send

      public void send(JKMailInfo mailInfo)
      This method sends a mail with the provided information.
      Parameters:
      mailInfo - Specifies the mail information.