Package com.atlassian.crowd.manager.mail
Class SendTestMailResult
java.lang.Object
com.atlassian.crowd.manager.mail.SendTestMailResult
Represents a result of sending a test email using MailManager.
- Since:
- v3.2.0
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SendTestMailResult
-
-
Method Details
-
getDebugLogs
- Returns:
- logs about connecting to mail server and sending message.
-
isSuccess
public boolean isSuccess()- Returns:
- true if the test went correctly and the message was sent.
-