Configure Gmail mail servers with server_environment_files
Project description
Mail configuration with server_environment for Google Gmail
This module allows to configure Gmail Authentication for email servers with server-env.
Table of contents
Configuration
Example of config file
[ir.config_parameter] google_gmail_client_id = YOUR_GMAIL_API_CLIENT_ID google_gmail_client_secret = YOUR_GMAIL_API_CLIENT_SECRET [outgoing_mail.gmail_smtp_server] smtp_host = smtp.gmail.com smtp_port = 587 smtp_user = example@gmail.com smtp_encryption = starttls smtp_authentication = gmail google_gmail_authorization_code = YOUR_ACCOUNT_AUTH_CODE google_gmail_refresh_token = YOUR_REFRESH_TOKEN [incoming_mail.gmail_imap_server] server_type = gmail smtp_host = imap.gmail.com smtp_port = 993 user = example@gmail.com is_ssl = 1 google_gmail_authorization_code = YOUR_ACCOUNT_AUTH_CODE google_gmail_refresh_token = YOUR_REFRESH_TOKEN
These two are global parameters, in core they’re configured in General Settings:
YOUR_GMAIL_API_CLIENT_ID: The client ID of your Google API project.
YOUR_GMAIL_API_CLIENT_SECRET: The client secret of your Google API project.
These two are account-specific parameters:
YOUR_ACCOUNT_AUTH_CODE: In core, there’s a button that opens an URL to generate it.
YOUR_REFRESH_TOKEN: In core, it’s generated automatically when the google_gmail_authorization_code is written. It’s not shown on the form, but I recommend having Odoo generate it and extract it from there, before setting up the server-env.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Contributors
-
Iván Todorovich <ivan.todorovich@camptocamp.com>
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainer:
This module is part of the OCA/server-env project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file odoo_addon_mail_environment_google_gmail-16.0.1.1.0.1-py3-none-any.whl.
File metadata
- Download URL: odoo_addon_mail_environment_google_gmail-16.0.1.1.0.1-py3-none-any.whl
- Upload date:
- Size: 24.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bf303873f059e1987694380b04f6f09f48fcad37bc082242240362c847120f9
|
|
| MD5 |
b5548282b0e05ae3eb4252979ceb8d42
|
|
| BLAKE2b-256 |
3d5b3b7109d4b1ff0a505dacefb7efc6cc47b1a10ec2da48bdb68a7a60958fb3
|