Extend com.adobe.fd.workflow.email.SendEmailStep in my project | Community
Skip to main content
October 4, 2024

Extend com.adobe.fd.workflow.email.SendEmailStep in my project

  • October 4, 2024
  • 0 replies
  • 429 views

Hi All,

 

We are currently using AEM workflow send email process step to send emails in our org. I am trying to extend com.adobe.fd.workflow.email.SendEmailStep class in my project so that I can leverage lot of functionalities that this class provides but no luck so far. SendEmailStep uses OOTB SMTP mail service and I want to use graph mail service instead of smtp.

 

I have added the following dependency in my project parent and core pom but no use.

<dependency>
<groupId>com.adobe.aemfd</groupId>
<artifactId>aemfd-client-sdk</artifactId>
<version>6.0.968</version>
</dependency>

 

Thanks,

Vishal 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.