From 6605cb54fcf8324574902030b45915669319f8af Mon Sep 17 00:00:00 2001 From: Junjie Tang <33489572+jjtang1985@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:59:33 +0100 Subject: [PATCH] Update mail-client.mdx --- docs-js/features/mail-client/mail-client.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs-js/features/mail-client/mail-client.mdx b/docs-js/features/mail-client/mail-client.mdx index 194c1a65de..f9aa04cb82 100644 --- a/docs-js/features/mail-client/mail-client.mdx +++ b/docs-js/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. + +Alternatively, you can use the SAP Cloud SDK to fetch a mail destination and send the mail yourself. +This can be done, for example, by reading the SAP BTP [documentation](https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/using-tcp-protocol-for-cloud-applications?locale=en-US) or by copying the existing SAP Cloud 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.