DD_SMTP_CONFIG
Structure Definition
Function Description
SMTP configuration structure.
Member Description
| Member | Type | Remark |
| iSize | unsigned int | The length of this structure. |
| port | unsigned short | Mail service port. |
| enableSSL | unsigned short | Whether to enable SSL inspection. |
| server | char[DD_MAX_URL_BUF_LEN] | Sending server address. |
| sendAddress | char[DD_MAX_URL_BUF_LEN] | Sending email address. |
| password | char[DD_MAX_PASSWORD_BUF_LEN] | Account password. |
| enableRecvAddrNum | unsigned int | The number of available receive addresses (read-only). |
| receiveAddress | char[DD_MAX_EMAIL_RECEIVE_ADDR_NUM] | A list of receiving addresses. |