public interface EmailServiceProvider
Modifier and Type | Method and Description |
---|---|
EmailService |
getEmailService(Configuration configuration)
This API will retrieve an EmailService instance based on the cloud service configuration
passed as parameter.
|
EmailService |
getEmailService(String providerName)
This API will retrieve an EmailService instance based on the provider type string.
|
EmailService getEmailService(Configuration configuration)
configuration
- The cloud service configuration parameter.EmailService getEmailService(String providerName)
providerName
- The email service provider name."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"