ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
138 stars 56 forks source link

Support for comprehensive email templating #6502

Open niveathika opened 2 months ago

niveathika commented 2 months ago

Description: $subject

We need to generate email templates in many applications we develop. As of now, we are using regEx and a combination of other workarounds.

We request to have support for the "mustache" templating library, so that we can generate dynamic email content easily. Ref: https://mustache.github.io/

niveathika commented 2 months ago

A sample implementation https://github.com/MohamedSabthar/mustache