- Scott Macdonald
You can create a custom CQ email service that lets CQ users send email messages from a CQ web page. To create a CQ email service, you develop an OSGi bundle that uses the Java Mail API. You can also develop a JSP that uses JQuery that calls the OSGi service and passes data that is sent as an email message.
Caption – A CQ email client
To follow along with this development article, you need to download the Java Mail API at the following URL:
http://www.oracle.com/technetwork/java/javamail/index.html
The Java Mail API is used within the OSGi bundle that sends email messages when the client initiates a request. The CQ email service comprises of a client (shown in the previous illustration) developed by using JQuery and an OSGi bundle.
...
--------
Read the full post at Scott's Digital Community.


