Expand my Community achievements bar.

SOLVED

using Graph API for sending emails on AEM Forms.

Avatar

Level 1

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 

 

1 Accepted Solution

Avatar

Correct answer by
Employee

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

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

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