Field:text only@EmailTemplates

From MintHCM Wiki

Email - Templates - Text Only

Name text_only
Module Email - Templates
Type bool
Label Text Only
VName LBL_TEXT_ONLY
Required No
Editable Yes
Visible Yes
Reportable No
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

Should be checked if email template is to be sent in text only


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/EmailTemplates/vardefs.php

'text_only' => array( 'name' => 'text_only', 'vname' => 'LBL_TEXT_ONLY', 'type' => 'bool', 'required' => false, 'reportable' => false, 'comment' => 'Should be checked if email template is to be sent in text only' ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles