Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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