====== Function: listDomainAliases ====== The listDomainAliases function returns the list of domains that are currently assigned as aliases to a specified domain. ===== Syntax ===== listDomainAliases (email, password, domain) ===== Parameters ===== * email (string) - Authenticating user's email address * password (string) - Authenticating user's password * domain (string) - Domain to return attached alias domains for ===== Results ===== This function will return a string containing different results depending on if the call was successful or if an error was found. ** Error Results ** * 0 - Login failed: The email address/password combination was incorrect * 1 - Access to Domain Denied: The specified domain is not assigned to the authenticated account ** Success Results ** A sucessful call to this function will return a comma-separated list of the domains assigned as aliases to the specified domain. If no domains are assigned as aliases, the result will be blank.