mail_server |
Mail Server
Catalog: Odoo
Schema: ir
Documentation:
Represents an SMTP server, able to send outgoing emails, with SSL and TLS capabilities.
The data in this table is partitioned per value of the column.
This is a read-only table. The Odoo API may not support changing the data or the Invantive SQL driver for Odoo does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Odoo API.
Table Columns
The columns of the table mail_server are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
active_mailing_ids |
string |
|
☐ |
|
active |
boolean |
Active |
☐ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
display_name |
string |
Display Name |
☐ |
|
from_filter |
string |
FROM Filtering |
☐ |
Define for which email address or domain this server can be used.e.g.: "notification@odoo.com" or "odoo.com" |
google_gmail_access_token_expiration |
int32 |
Access Token Expiration Timestamp |
☐ |
|
google_gmail_access_token |
string |
Access Token |
☐ |
|
google_gmail_authorization_code |
string |
Authorization Code |
☐ |
|
google_gmail_refresh_token |
string |
Refresh Token |
☐ |
|
google_gmail_uri |
string |
URI |
☐ |
The URL to generate the authorization code from Google |
id |
int32 |
ID |
☐ |
|
mail_template_ids |
string |
|
☐ |
|
name |
string |
Name |
☑ |
|
sequence |
int32 |
Priority |
☐ |
When no specific mail server is requested for a mail, the highest priority one is used. Default priority is 10 (smaller number = higher priority) |
smtp_authentication_info |
string |
Authentication Info |
☐ |
|
smtp_authentication |
string |
Authenticate with |
☑ |
|
smtp_debug |
boolean |
Debugging |
☐ |
If enabled, the full output of SMTP sessions will be written to the server log at DEBUG level (this is very verbose and may include confidential info!) |
smtp_encryption |
string |
Connection Encryption |
☑ |
Choose the connection encryption scheme:- None: SMTP sessions are done in cleartext.- TLS (STARTTLS): TLS encryption is requested at start of SMTP session (Recommended)- SSL/TLS: SMTP sessions are encrypted with SSL/TLS through a dedicated port (default: 465) |
smtp_host |
string |
SMTP Server |
☑ |
Hostname or IP of SMTP server |
smtp_pass |
string |
Password |
☐ |
Optional password for SMTP authentication |
smtp_port |
int32 |
SMTP Port |
☑ |
SMTP Port. Usually 465 for SSL, and 25 or 587 for other cases. |
smtp_ssl_certificate |
byte[] |
SSL Certificate |
☐ |
SSL certificate used for authentication |
smtp_ssl_private_key |
byte[] |
SSL Private Key |
☐ |
SSL private key used for authentication |
smtp_user |
string |
Username |
☐ |
Optional username for SMTP authentication |
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826