using Graph API for sending emails on AEM Forms. | Community
Skip to main content
New Participant
February 3, 2025
Solved

using Graph API for sending emails on AEM Forms.

  • February 3, 2025
  • 1 reply
  • 480 views

Hello, 

My organisation has demised SMTP auth protocols for sending emails using AEM Forms.

They ask to use Graph API endpoint instead of smtp. 

Is this possible?

Thanks 

 

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 rahulpandey27

Hello @nidihsa 

 

Yes, using the Graph API endpoint is possible for sending out the email.

There are REST based APIs available which you can trigger from OSGI service.

https://docs.microsoft.com/en-us/graph/api/resources/mail-api-overview?view=graph-rest-1.0

 

Similar discussion here 

 

Thanks,

Rahul Pandey

1 reply

rahulpandey27Accepted solution
Employee
February 4, 2025

Hello @nidihsa 

 

Yes, using the Graph API endpoint is possible for sending out the email.

There are REST based APIs available which you can trigger from OSGI service.

https://docs.microsoft.com/en-us/graph/api/resources/mail-api-overview?view=graph-rest-1.0

 

Similar discussion here 

 

Thanks,

Rahul Pandey