Expand my Community achievements bar.

SOLVED

Replacement for SendEmailProcess.java in AEM6.1

Avatar

Level 1

Hi All,

 
Can anyone suggest me which class is replacement for SendEmailProcess
 
Package :
com.day.cq.collab.commons.SendEmailProcess this class exists in bundle CQ5.4
 
Bundle Name : cq-collab-commons   
 
We are using this bundle (SendEmailProces.java) in CQ5.4 but this this bundle is not exists AEM6.1 Felix console.
 
If anyone experienced same issue , can you help me out on this.
 
Thanks & Regards,
Sateesh Anasni 
1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Sateesh,

Its moved to Social Commons bundle

Package : 

com.adobe.cq.social.commons.SendEmailProcess

<dependency> <groupId>com.adobe.cq.social</groupId> <artifactId>cq-social-commons</artifactId> <version>1.5.103</version> <scope>provided</scope> </dependency>

 

Updating the package and the dependency, it should be working

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi Sateesh,

Its moved to Social Commons bundle

Package : 

com.adobe.cq.social.commons.SendEmailProcess

<dependency> <groupId>com.adobe.cq.social</groupId> <artifactId>cq-social-commons</artifactId> <version>1.5.103</version> <scope>provided</scope> </dependency>

 

Updating the package and the dependency, it should be working