public class TextEmailNotifier extends BaseEmailNotifier
See BaseEmailNotifier for initialization parameters.
Note: If the logger for this class is DEBUG, the debug setting will be passed onto the java mail api.
BaseEmailNotifierlogger| Constructor and Description |
|---|
TextEmailNotifier() |
TextEmailNotifier(javax.servlet.FilterConfig config) |
TextEmailNotifier(javax.servlet.ServletConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
notify(java.lang.String subject,
java.lang.String message)
Will perfom a notification.
|
configure, configure, configure, getAllowedServerSet, getFromEmailAddress, getMailServerHost, getToEmailAddress, isSuppressEmail, setAllowedServerSet, setFromEmailAddress, setMailServerHost, setSuppressEmail, setToEmailAddress, supportsHtml, supportsSMSpublic TextEmailNotifier()
public TextEmailNotifier(javax.servlet.FilterConfig config)
throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic TextEmailNotifier(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic void notify(java.lang.String subject,
java.lang.String message)
NotifierCopyright © 2015 The Admin4J Project. All Rights Reserved.