.. index:: Email_Default_Wording_gd ======================== Email_Default_Wording_gd ======================== .. default-role:: doc :Description: In grant deadlines program (GrantDeadlinesDashboard.accdb) this table contains the default wording of the email that will come up when the "compose email to selected PIs" function is used. It can also be edited via the programs interface. Future Recommendation: Obsolete this table and merge content into a single email_templates table Columns ======= **ID** ``int(11) NOT NULL`` :Options: ``display="true", null="true", search="false", type=""`` **email_text** ``mediumtext DEFAULT NULL`` :Description: template text. supports certain bookmarks that can be found listed in template_bookmarks table, where applies_to_app = 10 :Options: ``display="true", null="true", search="false", type=""`` **last_change** ``timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()`` :Options: ``display="true", null="true", search="false", type=""``