Replacement for SendEmailProcess.java in AEM6.1 | Community
Skip to main content
sateesha8038436
October 16, 2015
Solved

Replacement for SendEmailProcess.java in AEM6.1

  • October 16, 2015
  • 1 reply
  • 717 views

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 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Lokesh_Shivalingaiah

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

1 reply

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
Level 10
October 16, 2015

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