Expand my Community achievements bar.

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

Avatar

Level 1

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 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies