public interface EmailService
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute(EmailServiceActions op,
java.util.Map<java.lang.String,java.lang.Object> params,
Configuration config) |
java.lang.String |
getName()
Every email provider will be identified by a name.
|
java.lang.String getName()
java.lang.Object execute(EmailServiceActions op, java.util.Map<java.lang.String,java.lang.Object> params, Configuration config) throws EmailServiceException
op
- The operation to be performed by the email service providerparams
- parameters needed for the operationEmailServiceException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"