Package org.alfresco.service.cmr.email
Class EmailDelivery
- java.lang.Object
-
- org.alfresco.service.cmr.email.EmailDelivery
-
- All Implemented Interfaces:
Serializable
public class EmailDelivery extends Object implements Serializable
Delivery instructions for an email message.- Author:
- mrogers
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmailDelivery(String recipient, String from, String auth)New Email Delivery Instructions.
-
-
-
Constructor Detail
-
EmailDelivery
public EmailDelivery(String recipient, String from, String auth)
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
-
-