SAP / cloud-sdk-js

Use the SAP Cloud SDK for JavaScript / TypeScript to reduce development effort when building applications on SAP Business Technology Platform that communicate with SAP solutions and services such as SAP S/4HANA Cloud, SAP SuccessFactors, and many others.
Apache License 2.0
161 stars 55 forks source link

fix: Extend mail client types to accept multiple replyTo recipients. #4865

Closed mgnther closed 1 month ago

mgnther commented 1 month ago

This adapts the MailConfig type in the mail-client package to accept multiple replyTo addresses to send mails with multiple replyTo recipients. This change is compatible to the types of nodemailer package (see https://github.com/DefinitelyTyped/DefinitelyTyped/blob/178c0cdae8e88a48e01be8437175cc014b0be473/types/nodemailer/lib/mailer/index.d.ts#L110).

Closes #4864.

cla-assistant[bot] commented 1 month ago

CLA assistant check
All committers have signed the CLA.

deekshas8 commented 1 month ago

Hi @mgnther

Thank you for catching this and raising a PR. I'll add a changeset and then we're good to go.