IncubXperts / code-ideas-requests

1 stars 0 forks source link

Email Template functionality #5

Open HemangiDongre opened 1 year ago

HemangiDongre commented 1 year ago
  1. Save the email template to be stored as a file.
  2. The template can be with parameters.
  3. When sending the actual mail, it is required to replace the parameters with actual values and then send the mail.
  4. Capture the status of the mail and display the same.
rahulbagal commented 1 year ago

This is going to be a server-side activity. An email template and payload will be involved. We will store email template either in file or database. A request will be made with payload to compose the email body. Code will pickup email template and replace variables in email templates from the payload and returns emails. Something similar to mailmerge.

Created source code repo for - https://github.com/IncubXperts/email-compose-using-template-node.git

rahulbagal commented 1 year ago

Code repository created for C# - https://github.com/IncubXperts/email-compose-using-template-csharp