@Service @Profile(value="email") public class EmailServiceImpl extends Object implements EmailService
| Constructor and Description |
|---|
EmailServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
sendEmail(User inviter,
User invitee,
Sandbox sandbox) |
void |
sendEmailByJavaMail(org.hspconsortium.platform.messaging.model.mail.Message emailMessage) |
public void sendEmail(User inviter, User invitee, Sandbox sandbox) throws IOException
sendEmail in interface EmailServiceIOExceptionpublic void sendEmailByJavaMail(org.hspconsortium.platform.messaging.model.mail.Message emailMessage)
throws javax.mail.MessagingException
javax.mail.MessagingExceptionCopyright © 2014–2018 Healthcare Services Platform Consortium. All rights reserved.