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

Send mails using On-premise mail server SAP CLOUD SDK JAVA

alex_aguilera
Explorer
0 Likes
6,423

Hello,

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 found this guide: https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/using-tcp-protocol-for-cloud-applicat...

But it's not a full example, and it's not very clear. Right now, I have a working code that uses Java Mail to send mails using a mail destination (getting destination properties and creating the mail session), but i don't have very clear how to do it with an on-premise destination and use the configured cloud connector.

Could someone share some code example?

Thanks.

View Entire Topic
ManolV
Product and Topic Expert
Product and Topic Expert
alex_aguilera
Explorer
0 Likes

The second link is using the javascript mail client.

The first one...i will give it a try, but there's no code available in github.

Thanks for your time.

Ulrich_Schmidt1
Product and Topic Expert
Product and Topic Expert
0 Likes

alex_aguilera You could perhaps use the standard Java Mail Client javax.mail?