Package org.alfresco.service.cmr.email
Class EmailDelivery
java.lang.Object
org.alfresco.service.cmr.email.EmailDelivery
- All Implemented Interfaces:
Serializable
Delivery instructions for an email message.
- Author:
- mrogers
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmailDelivery(String recipient, String from, String auth) New Email Delivery Instructions. -
Method Summary
-
Constructor Details
-
EmailDelivery
New Email Delivery Instructions. Who gets the message and who sent it. Which may be different from the contents of the message.- Parameters:
recipient- Stringfrom- Stringauth- - may be null if the email is not authenticated
-
-
Method Details
-
getRecipient
-
getFrom
-
getAuth
-