Table Of Contents

Getting Started

Change Log

Requirement

Setup & Configuration

Technical Information

Code Editing

FAQ

Credits

FAQ > How to edit email template?

Edit email template


  1. Access your database, right click on it and click “New Query”
  2. Copy & paste & run this query: select * from emailtemplate
  3. You can refer to the Body of the email template to prepare your email template. Then, run this query to update the emailtemplate: Update EmailTemplate set Body='YourNewEmailTemplate' where Id = 'TheId'