Package com.tivoli.am.fim.email
Class EmailSender
java.lang.Object
com.tivoli.am.fim.email.EmailSender
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionConstruct an Email sender with the specified SmtpServerConnection. -
Method Summary
Modifier and TypeMethodDescriptionSend the specified email. startTls
-
Constructor Details
-
EmailSender
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.
-