SAP / cloud-sdk

The SAP Cloud SDK documentation and support repository.
https://sap.github.io/cloud-sdk/
Apache License 2.0
44 stars 40 forks source link

Email client in JAVA #1493

Closed metabit1000 closed 6 months ago

metabit1000 commented 11 months ago

I miss a mail client functionalty as it exists in the javascript version.

I'm trying to use a on-premise mail server using SAP CLOUD SDK JAVA. I didn't find any example of how to do it. I know that in case of javascript there's "email-client" (https://sap.github.io/cloud-sdk/docs/js/features/mail-client#on-premise-destination), but for java?

I think it would be very useful to have this functionality in JAVA too. It's not straightforward to do the same without this functionality.

Thank you for your consideration!

jjtang1985 commented 11 months ago

Hi @metabit1000 ,

Thank you for reaching out.

I'm trying to use a on-premise mail server using SAP CLOUD SDK JAVA. I didn't find any example of how to do it.

Yes, you are right. The Java SDK does not offer such feature. For the time being, I guess you can get a mail destination, then follow the SAP BTP documentation.

Thank you for your consideration!

We will discuss this feature request in the team. However, most likely, this will not happen in this year.

Best regards, Junjie

mperumalswamy commented 8 months ago

Any update on this feature?

Best regards, Madhu

jjtang1985 commented 6 months ago

We discussed the topic in the team. Unfortunately, we have no plans for working on that in the near future. I'll close this ticket as Java SDK is now open sourced and if needed, the feature requests should be opened there.