Field:mail smtptype@OutboundEmailAccounts

From MintHCM Wiki

Outbound Email Accounts - Mail Send Type

Name mail_smtptype
Module Outbound Email Accounts
Type varchar
Label Mail Send Type
VName LBL_MAIL_SENDTYPE
Required Yes
Editable Yes
Visible Yes
Reportable No
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes


Affected by

Initiating


Dev Notes


Location and Code definition

modules/OutboundEmailAccounts/vardefs.php

'mail_smtptype' => array( 'name' => 'mail_smtptype', 'vname' => 'LBL_MAIL_SENDTYPE', 'type' => 'varchar', 'len' => 20, 'required' => true, 'default' => 'other', 'reportable' => false, ),



Missing User input


Affected by

Initiating