Class EmailSendersts
java.lang.Object
com.tivoli.am.fim.trustserver.sts.utilities.EmailSendersts
This class can be used to send an email to a specified SMTP server.
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
static class
-
Constructor Summary
ConstructorDescriptionConstruct an Email sender with the specified SmtpServerConnection. -
Method Summary
Modifier and TypeMethodDescriptionSend the specified email. startTls
-
Constructor Details
-
EmailSendersts
Construct an Email sender with the specified SmtpServerConnection.- Parameters:
conn
- The SmtpServerConnection.
-
-
Method Details
-
send
Send the specified email. startTls- Parameters:
email
- The email.- Returns:
- a SendStatus object to indicate the success of delivery.
-