Field:mail sendtype@OutboundEmailAccounts

From MintHCM Wiki

Outbound Email Accounts - Mail Send Type

Name mail_sendtype
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


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/OutboundEmailAccounts/vardefs.php

'mail_sendtype' => array( 'name' => 'mail_sendtype', 'vname' => 'LBL_MAIL_SENDTYPE', 'type' => 'varchar', 'len' => 8, 'required' => true, 'default' => 'smtp', 'reportable' => false, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles