mail.alias :: Email Aliases

A Mail Alias is a mapping of an email address with a given Odoo Document model. It is used by Odoo's mail gateway when processing incoming emails sent to the system. If the recipient address (To) of the message matches a Mail Alias, the message will be either processed following the rules of that alias. If the message is a reply it will be attached to the existing discussion on the corresponding record, otherwise a new record of the corresponding model will be created. This is meant to be used in combination with a catch-all email configuration on the company's mail server, so that as soon as a new mail.alias is created, it becomes immediately usable and Odoo will accept email for it.

Fields

  • alias_bounced_content [html]: Custom Bounced Message

  • alias_contact [requiredselection]: Alias Contact Security

  • alias_defaults [requiredtext]: Default Values

  • alias_domain [readonlychar]: Alias domain name

  • alias_domain_id [many2one: mail.alias.domain]: Alias Domain

  • alias_force_thread_id [integer]: Record Thread ID

  • alias_full_name [readonlychar]: Alias Email

  • alias_incoming_local [boolean]: Local-part based incoming detection

  • alias_model_id [requiredmany2one: ir.model]: Aliased Model

  • alias_name [char]: Alias Name

  • alias_parent_model_id [many2one: ir.model]: Parent Model

  • alias_parent_thread_id [integer]: Parent Record Thread ID

  • alias_status [readonlyselection]: Alias Status

  • create_date [readonlydatetime]: Created on

  • create_uid [readonlymany2one: res.users]: Created by

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • write_date [readonlydatetime]: Last Updated on

  • write_uid [readonlymany2one: res.users]: Last Updated by