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(java.lang.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(java.lang.String providerName)
providerName - The email service provider name."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"