jowavp / sap-cf-mailer

Send emails in SAP Cloud Foundry using destinations
4 stars 9 forks source link

Mail destinations in the Cloud SDK #2

Open artemkovalyov opened 2 years ago

artemkovalyov commented 2 years ago

Hi @jowavp & @gregorwolf,

We'll be shortly working on Mail destination in the JS SDK for Cloud and OP scenarios. Let me know if you're interested to participate, contribute or review:)

We'd be also happy to hear about any specific requirements.

jowavp commented 2 years ago

Hi Artem,

We no longer use this library that often because of the limitation of some widely used SMTP servers (like O365) sending only 250 mails a day. We use mail api's like sendgrid to follow up our mailings.

The template engine (mustache) in sap-cf-mailer is something I like to use. just send a template string, object and mail it to the recipients.

kr, Joachim