@FunctionalInterface public interface EmailService
Modifier and Type | Method and Description |
---|---|
void |
sendEmail(String toEmail,
String subject,
String content)
Send email.
|
Copyright © 2010–2017 www.hack23.com. All rights reserved.