public interface ExternalMailInterface
Modifier and Type | Method and Description |
---|---|
boolean |
isAvailable()
Determines whether the module is available
|
ExternalMailResult |
sendExternalMail(ExternalMailInput input)
Called to send an email through an external email service
|
ExternalMailResult sendExternalMail(ExternalMailInput input) throws java.lang.Exception
input
- Object containing information required for sending the emailjava.lang.Exception
- an unexpected exceptionboolean isAvailable() throws com.konakart.app.KKException
com.konakart.app.KKException
- an unexpected KKException exceptionCopyright © 2018 DS Data Systems UK Ltd.