Class EmailSendersts

java.lang.Object
com.tivoli.am.fim.trustserver.sts.utilities.EmailSendersts

public class EmailSendersts extends Object
This class can be used to send an email to a specified SMTP server.
  • Constructor Details

    • EmailSendersts

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

    • send

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