From 37ebf2fc459ae3d363729fe70823774b10bd049b Mon Sep 17 00:00:00 2001 From: Junjie Tang <33489572+jjtang1985@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:21:48 +0100 Subject: [PATCH] Update mail-client.mdx --- .../version-v3/features/mail-client/mail-client.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs-js_versioned_docs/version-v3/features/mail-client/mail-client.mdx b/docs-js_versioned_docs/version-v3/features/mail-client/mail-client.mdx index 194c1a65de..df19988a28 100644 --- a/docs-js_versioned_docs/version-v3/features/mail-client/mail-client.mdx +++ b/docs-js_versioned_docs/version-v3/features/mail-client/mail-client.mdx @@ -19,6 +19,9 @@ keywords: :::caution This package has been deprecated and is no longer maintained. Use at your own risk. + +As an alternative, you can use the SDK for getting a mail destination, and send the mail by your own. +This can be done e.g., by reading the BTP [documentation](https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/using-tcp-protocol-for-cloud-applications?locale=en-US) or copy/paste the existing SDK [source code](https://github.com/SAP/cloud-sdk-js/tree/v3-main/packages/mail-client/src) (just 2 files). ::: This documentation describes how you can send e-mails from applications deployed on the SAP BTP to your e-mail servers.