Acs common emailservice issue | Community
Skip to main content
Level 2
June 3, 2022
Solved

Acs common emailservice issue

  • June 3, 2022
  • 2 replies
  • 1112 views

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.

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 SantoshSai

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

 

2 replies

KKeerthiAuthor
Level 2
June 3, 2022

I added it in pom it worked.... 

SantoshSai
Community Advisor
SantoshSaiCommunity AdvisorAccepted solution
Community Advisor
June 3, 2022

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

 

Santosh Sai