Table Of Contents
Getting Started
How to use ExamEase
Change Log
Requirement
Setup & Configuration
Technical Information
Code Editing
FAQ
Credits
FAQ > How to edit email template?
Edit email template
- Access your database, right click on it and click “New Query”
- Copy & paste & run this query:
select * from emailtemplate
- 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'