.. _smtp: smtp ==== Configure SMTP Server smtp Specification ------------------ ===================================== ============================================= **Parameter** **Value** ===================================== ============================================= **Type** *Configuration Resource* **Element Name** smtp **Element URI** /axapi/v3/smtp **Element Attributes** smtp_attributes **Partition Visibility** shared **Schema** :download:`smtp schema ` ===================================== ============================================= **Operations Allowed:** .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/smtp .. raw:: html :ref:`3077_smtp_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/smtp .. raw:: html :ref:`3077_smtp_attributes` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/smtp .. raw:: html :ref:`3077_smtp_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/smtp .. raw:: html :ref:`3077_smtp_attributes` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/smtp .. raw:: html :ref:`3077_smtp_attributes` .. raw:: html
.. _3077_smtp_attributes: smtp attributes --------------- **mailfrom** **Description** Configure email source address **Type:** string **Format:** email-addr **Maximum Length:** 63 characters **Maximum Length:** 1 characters **needauthentication** **Description** Configure SMTP server need authtication **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **port** **Description** Configure SMTP Port (Configure SMTP port, default is 25) **Type:** number **Range:** 1-65535 **smtp-server** **Description** Configure SMTP Server (length:1-254) **Type:** string **Format:** host **Maximum Length:** 254 characters **Maximum Length:** 1 characters **Mutual Exclusion:** smtp-server and smtp-server-v6 are mutually exclusive **smtp-server-v6** **Description** Configure SMTP Server IPV6 address **Type:** string **Format:** ipv6-address **Mutual Exclusion:** smtp-server-v6 and smtp-server are mutually exclusive **use-mgmt-port** **Description** Use management port as source port **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **username-cfg** **Description:** username-cfg is a **JSON Block**. Please see below for :ref:`3077_username-cfg` **Type:** Object **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _3077_username-cfg: username-cfg ^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **password** **Description:** password is a **JSON Block**. Please see below for :ref:`3077_username-cfg_password` **Type:** Object **username** **Description** Configure SMTP login username **Type:** string **Format:** string-rlx **Maximum Length:** 31 characters **Maximum Length:** 1 characters .. _3077_username-cfg_password: username-cfg_password ^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **encrypted** **Description** Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED password string) **smtp-password** **Description** Configure SMTP login password **Type:** string **Format:** password **Maximum Length:** 31 characters **Maximum Length:** 1 characters