Store email account information
Data model
Fields
| Field | Type | Description |
|---|---|---|
| data | NVARCHAR (MAX) | Server connection data |
| maac_id* | INT | Mail account identifier |
| maac_is_ssl* | BIT | Determines whether SSL is enabled |
| maac_port* | INT | Server port |
| maac_sender* | NVARCHAR (510) | Sender’s email account |
| maac_sender_name | NVARCHAR (510) | Sender name to be displayed in the email |
| maac_server_alias | NVARCHAR (510) | Server Aliases |
| maac_server_name* | NVARCHAR (510) | Server Name |
| maac_user_account | NVARCHAR (510) | Email User Account |
| maac_user_password | NVARCHAR (510) | User account password |
| modification_date | DATETIME | Date of last modification |
| modified_by | INT | Identifier of the last user who modified the record |
| type | INT | Server connection types |
Primary Key
| PK_AFW_MAIL_ACCOUNT |
|---|
| maac_id |