[
https://issues.apache.org/jira/browse/ISIS-171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14486937#comment-14486937
]
Dan Haywood commented on ISIS-171:
----------------------------------
Indeed it was; I'll close.
> Add-on module to allow domain entities to send emails.
> ------------------------------------------------------
>
> Key: ISIS-171
> URL: https://issues.apache.org/jira/browse/ISIS-171
> Project: Isis
> Issue Type: New Feature
> Components: Core
> Reporter: Dan Haywood
> Priority: Minor
> Fix For: core-1.8.0
>
>
> Provide a standalone implementation of an email service that can be
> registered as a hidden service, and injected into domain objects so that they
> are able to send emails.
> The signature of the interface would be something like:
> [Hidden]
> public interface EmailService {
> void sendEmail(MessageDetails details) throws MessageException;
> }
> where MessageDetails holds the from, to, cc, bcc, the subject, the content,
> any attachments etc....
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)