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.