public interface EmailGateway
Modifier and Type | Method and Description |
---|---|
void |
sendEmail(String from,
String to,
String subject,
String message,
Map<String,String> options)
Sends an email message to the mail with the code
|
void sendEmail(String from, String to, String subject, String message, Map<String,String> options) throws NoEmailSentException
from
- The address that sends the E-mail messageto
- The address that the E-mail message is sentsubject
- The E-mail subjectmessage
- The content contained in the E-mail messageoptions
- The SMS gateway options defined in the HOTP authentication
moduleNoEmailSentException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.