Class EmailSender

java.lang.Object
com.tivoli.am.fim.email.EmailSender

public class EmailSender extends Object
  • Constructor Details

    • EmailSender

      public EmailSender(SmtpServerConnection conn)
      Construct an Email sender with the specified SmtpServerConnection.
      Parameters:
      conn - The SmtpServerConnection.
  • Method Details

    • send

      public EmailSender.SendStatus send(Email email)
      Send the specified email. startTls
      Parameters:
      email - The email.
      Returns:
      a SendStatus object to indicate the success of delivery.