Content Management |
The content type code always has the highest priority, except when the SM.PrioritizeDomain and the SM.PrioritizeAOL flags are set to True and the customer’s e-mail domain is one whose corresponding content type is already known. If this is the case, domain name becomes the highest priority and content type code becomes the second highest priority when determining CURR_EMAIL_CLIENT_ID.
For example, when the SM.PrioritizeDomain is set to True and a customer’s domain is hotmail.com, this customer’s CURR_EMAIL_CLIENT_ID is set to receive defaultHTML because the Hotmail e-mail client is known to be HTML-capable. When the SM.PrioritizeAOL flag is set to True and the customer’s e-mail domain is aol.com, the aol.com domain name takes precedence when determining the CURR_EMAIL_CLIENT_ID.
If the customer's ACTIVE_EMAIL_ADDRESS (like @aol.com) domain matches the DOMAIN of any EMAIL_CLIENT_MASTER table row, the CURR_EMAIL_CLIENT_ID is set to the e-mail client ID in the EMAIL_CLIENT_MASTER row.
If none of these five provides the information needed, then set CURR_EMAIL_CLIENT_ID to Unknown and the customer receives either default Text or the Multi-part Alternative, based on the value in the CM.DefaultE-mailBodyContentType parameter.