cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calling Email destination from CAPM service using oAuth authentication

siddharth_jain
Active Contributor
0 Likes
496

Hello Experts ,

as per the learning journey only basic authentication is supported while calling email destination in CAPM service ,is there any way Email destination with Oauth authentication can be called or except ny out of the box sdk library available to leverage here apart from mail client , please suggest .

https://learning.sap.com/learning-journeys/develop-advanced-extensions-with-sap-cloud-sdk/sending-em...

Thanks,

SAP Cloud SDK SAP Cloud Application Programming Model 

Accepted Solutions (0)

Answers (1)

Answers (1)

Dinu
Active Contributor
0 Likes

You may use any option supported by nodemailer. Refer to Send e-mails | SAP Cloud SDK

siddharth_jain
Active Contributor
0 Likes
Thanks Dinu in this docentaion it’s mentioned following Only basic auth is supported for the time being, and OAuth based authentication types are not fully tested.
Dinu
Active Contributor

You can see in the notice that the package is deprecated. Use nodemailer directly. The restrictions by Cloud SDK does not apply to nodemailer.