Expand my Community achievements bar.

SOLVED

Send Mail in CQ5

Avatar

Former Community Member

Hi friends,

    I am working with work flow engine for sometimes,in that i want to send the mail to user for participant workflow approval process.

    For that  i found some inbuilt mail services in OSGI configuration console.

    1.Day CQ Workflow Email Notification Service - By using this service  i can get notification for participant user in (CQ server Inbox).

    But want to the get the mail directly to the user [img]err.JPG[/img]server inbox not cq5 inbox how it can be achieve ????

    2.Day CQ mail service it contains basic SMTP configuration details.I want to know that for what purpose we should go for this OSGI service???

 

Thanks in advance

1 Accepted Solution

Avatar

Correct answer by
Level 10
create a process step to send emails prior to the participant step with its handler advance set to true.

View solution in original post

3 Replies

Avatar

Level 10

You can create a custom workflow step that sends email messages to email boxes that you want - not only a CQ inbox. For details -- see: 

http://helpx.adobe.com/experience-manager/using/creating-custom-aem-workflow-steps.html

You build a custom workflow step as a OSGi bundle (as explained in the above link.) You can add business logic in the Java logic  to meet your business needs. This offers a lot of flexibility when building Workflows that use email messages. 

Avatar

Former Community Member

Thanks scott.

But my question is "In participant step component there is a option available  email notify when assign the participant from user list.

That notify will work for CQ Inbox but not for mail inbox ?

Whether its possible to get that workflow notification in mail inbox with cq link when the user clicks that link its lands upto cq inbox page from that user can complete the workflow or deglate or whatever he can do ??

Have a look to this screen shot

 

[img]workflow.JPG[/img]

Avatar

Correct answer by
Level 10
create a process step to send emails prior to the participant step with its handler advance set to true.