Field:mail sendtype@OutboundEmailAccounts

From MintHCM Wiki

Revision as of 19:39, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=mail_sendtype |Field-module=OutboundEmailAccounts |Field-type=varchar |Field-label=Mail Send Type |Field-vname=LBL_MAIL_SENDTYPE |Field-required=Ye...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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