Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Acs common emailservice issue

Avatar

Level 3

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.

1 Accepted Solution

Avatar

Correct answer by
Level 3

I added it in pom it worked.... 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

I added it in pom it worked.... 

Avatar

Community Advisor

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