*** This interface provides Binary Compatibility only, not Source Compatibility ***
Package com.sas.services.publish.alerts
Interface MailAlertTransportInterface
- All Superinterfaces:
AlertTransportInterface,MailInterface
@SASScope("ALL")
@BinaryCompatibilityOnly
public interface MailAlertTransportInterface
extends AlertTransportInterface, MailInterface
The MailAlertTransportInterface provides common behavior for mail delivery
transports when sending alert notification messages.
- Since:
- 1.1.4
-
Method Summary
Methods inherited from interface com.sas.services.publish.alerts.AlertTransportInterface
getLogger, send, setLoggerMethods inherited from interface com.sas.services.publish.MailInterface
addAttachment, addAttachment, addAttachment, addAttachment, getBccAddress, getContentType, getEmailAddress, getFrom, getFromName, getReplyTo, getReplyToName, getSubject, setBccAddress, setContentType, setFrom, setFromName, setFromName, setReplyTo, setReplyToName, setReplyToName, setSubject, setSubject
-
Method Details
-
setEmailAddress
void setEmailAddress(String address) Set the email address. This identifies the recipient of the email notification. Multiple email addresses, separated by commas, may be specified. For example, this email string identifies two email addresses, "JohnDoe@host.com, MarySmith@host2.com."- Specified by:
setEmailAddressin interfaceMailInterface- Parameters:
address- The email address.
-