Hi I'm trying to use the sendEmail method of EmailService of acs commons. But while I'm importing com.adobe.acs.commons.email.EmailService i'm not able to import that it is showing as " The import com.adobe.acs cannot be resolved.
Solved! Go to Solution.
Views
Replies
Total Likes
I added it in pom it worked....
I added it in pom it worked....
Just for reference to understand - missing ACS AEM Commons Bundle
<!-- https://mvnrepository.com/artifact/com.adobe.acs/acs-aem-commons-bundle --> <dependency> <groupId>com.adobe.acs</groupId> <artifactId>acs-aem-commons-bundle</artifactId> <version>2.1.0</version> </dependency>
Regards,
Santosh
Views
Likes
Replies