Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update mail client deprecation notes #1986

Merged
merged 2 commits into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs-js/features/mail-client/mail-client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading