Datastructure for Email SMTP Server Configuration
Attribute Name | Base Type | Restrictions | Description |
---|---|---|---|
mail_server | xs:string |
minOccurs = 1 maxOccurs = 1 Regex: [A-Za-z0-9_.-\]\+ \d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3} |
Email SMTP server address |
email_address | xs:string |
minOccurs = 1 maxOccurs = 1 Regex: ([0-9a-zA-Z][-._&])* [0-9a-zA-Z]@([-0-9a-zA-Z][.]) [a-zA-Z]+ |
Sender address, usually CCX administrator email address. |