You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (Created) (JIRA)" <ji...@apache.org> on 2012/02/05 17:53:54 UTC

[jira] [Created] (ISIS-171) Domain Service (in domain-libs) to allow domain object entities to send emails.

Domain Service (in domain-libs) to allow domain object entities to send emails.
-------------------------------------------------------------------------------

                 Key: ISIS-171
                 URL: https://issues.apache.org/jira/browse/ISIS-171
             Project: Isis
          Issue Type: New Feature
            Reporter: Dan Haywood
            Priority: Minor


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ISIS-171) Domain Service (in domain-libs) to allow domain object entities to send emails.

Posted by "Dan Haywood (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ISIS-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood updated ISIS-171:
-----------------------------

    Component/s: Domain: Services
    
> Domain Service (in domain-libs) to allow domain object entities to send emails.
> -------------------------------------------------------------------------------
>
>                 Key: ISIS-171
>                 URL: https://issues.apache.org/jira/browse/ISIS-171
>             Project: Isis
>          Issue Type: New Feature
>          Components: Domain: Services
>            Reporter: Dan Haywood
>            Priority: Minor
>              Labels: newbie
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira