ir.mail_server :: Mail Server

Represents an SMTP server, able to send outgoing emails, with SSL and TLS capabilities.

Fields

  • active [boolean]: Active

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • from_filter [char]: FROM Filtering

  • google_gmail_access_token [char]: Access Token

  • google_gmail_access_token_expiration [integer]: Access Token Expiration Timestamp

  • google_gmail_authorization_code [char]: Authorization Code

  • google_gmail_refresh_token [char]: Refresh Token

  • google_gmail_uri [readonlychar]: URI

  • id [readonlyinteger]: ID

  • mail_template_ids [readonlyone2many: mail.template]: Mail template using this mail server

  • max_email_size [float]: Max Email Size

  • name [requiredchar]: Name

  • sequence [integer]: Priority

  • smtp_authentication [requiredselection]: Authenticate with

  • smtp_authentication_info [readonlytext]: Authentication Info

  • smtp_debug [boolean]: Debugging

  • smtp_encryption [requiredselection]: Connection Encryption

  • smtp_host [char]: SMTP Server

  • smtp_pass [char]: Password

  • smtp_port [integer]: SMTP Port

  • smtp_ssl_certificate [binary]: SSL Certificate

  • smtp_ssl_private_key [binary]: SSL Private Key

  • smtp_user [char]: Username

  • write_date [readonlydatetime]: Last Updated on

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