I have a register and support form, where i need to trigger emails. How this can be implemented in AEM Cloud
Solved! Go to Solution.
Views
Replies
Total Likes
if you are referring to building a simple form within AEM(no Adaptive form) to trigger the email on form submission, check AEM Core Form Components -Form Container Component | Adobe Experience Manager, you can select Mail as the Action Type.
Refer to Email service | Adobe Experience Manager for details on email server configurations.
For the AEM Forms(Adaptive Forms) solution, follow the link provided by @Jagadeesh_Prakash and @Sachin_Arora_
Regards
Albin
@chandrakanthim If you are using AEM Forms, you can refer below link :
Else you can follow similar approach to send mail :
https://www.tothenew.com/blog/send-email-and-attach-filesimages-from-aem/
You also have to do network configurations as well using Cloud Manager API as by default AEMaaCS wont allow any connection apart from HTTP/HTTPS. You can either use Default Day CQ Service or SMTP using OAuth.
DefaultMailService : https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/networking/examples/e...
if you are referring to building a simple form within AEM(no Adaptive form) to trigger the email on form submission, check AEM Core Form Components -Form Container Component | Adobe Experience Manager, you can select Mail as the Action Type.
Refer to Email service | Adobe Experience Manager for details on email server configurations.
For the AEM Forms(Adaptive Forms) solution, follow the link provided by @Jagadeesh_Prakash and @Sachin_Arora_
Regards
Albin