public class SmsTextEmailNotifier extends TextEmailNotifier
Note: If the logger for this class is DEBUG, the debug setting will be passed onto the java mail api.
logger| Constructor and Description |
|---|
SmsTextEmailNotifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
notify(java.lang.String subject,
java.lang.String message)
Will perfom a notification.
|
boolean |
supportsSMS()
Indicates if this notifier support SMS, which usually infers a restricted
message size.
|
configure, configure, configure, getAllowedServerSet, getFromEmailAddress, getMailServerHost, getToEmailAddress, isSuppressEmail, setAllowedServerSet, setFromEmailAddress, setMailServerHost, setSuppressEmail, setToEmailAddress, supportsHtmlpublic void notify(java.lang.String subject,
java.lang.String message)
Notifiernotify in interface Notifiernotify in class TextEmailNotifierpublic boolean supportsSMS()
NotifiersupportsSMS in interface NotifiersupportsSMS in class BaseEmailNotifierCopyright © 2015 The Admin4J Project. All Rights Reserved.