{ "info": { "author": "Camptocamp, Odoo Community Association (OCA)", "author_email": "support@odoo-community.org", "bugtrack_url": null, "classifiers": [ "Framework :: Odoo", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python" ], "description": "==========================================\nMail configuration with server_environment\n==========================================\n\n.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n !! This file is generated by oca-gen-addon-readme !!\n !! changes will be overwritten. !!\n !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n :target: https://odoo-community.org/page/development-status\n :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--env-lightgray.png?logo=github\n :target: https://github.com/OCA/server-env/tree/12.0/mail_environment\n :alt: OCA/server-env\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n :target: https://translation.odoo-community.org/projects/server-env-12-0/server-env-12-0-mail_environment\n :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n :target: https://runbot.odoo-community.org/runbot/254/12.0\n :alt: Try me on Runbot\n\n|badge1| |badge2| |badge3| |badge4| |badge5| \n\nThis module allows to configure the incoming and outgoing mail servers\nusing the `server_environment` mechanism: you can then have different\nmail servers for the production and the test environment.\n\n**Table of contents**\n\n.. contents::\n :local:\n\nInstallation\n============\n\nTo install this module, you need to have the server_environment module\ninstalled and properly configured.\n\nConfiguration\n=============\n\nWith this module installed, the incoming and outgoing mail servers are\nconfigured in the `server_environment_files` module (which is a module\nyou should provide, see the documentation of `server_environment` for\nmore information).\n\nIn the configuration file of each environment, you may first use the\nsections `[outgoing_mail]` and `[incoming_mail]` to configure the\ndefault values respectively for SMTP servers and the IMAP/POP servers.\n\nThen for each server, you can define additional values or override the\ndefault values with a section named `[outgoing_mail.resource_name]` or\n`[incoming_mail.resource_name]` where \"resource_name\" is the name of\nthe server.\n\nExample of config file ::\n\n [outgoing_mail]\n smtp_host = smtp.myserver.com\n smtp_port = 587\n smtp_user =\n smtp_pass =\n smtp_encryption = ssl\n\n [outgoing_mail.odoo_smtp_server1]\n smtp_user = odoo\n smtp_pass = odoo\n\n [incoming_mail.odoo_pop_mail1]\n server = mail.myserver.com\n port = 110\n type = pop\n is_ssl = 0\n attach = 0\n original = 0\n user = odoo@myserver.com\n password = uas1ohV0\n\nYou will need to create 2 records in the database, one outgoing mail\nserver with the field `name` set to \"odoo_smtp_server1\" and one\nincoming mail server with the field `name` set to \"odoo_pop_mail1\".\n\nUsage\n=====\n\nOnce configured, Odoo will read the mail servers values from the\nconfiguration file related to each environment defined in the main\nOdoo file.\n\nKnown issues / Roadmap\n======================\n\n* Due to the special nature of this addon, you cannot test it on the OCA\n runbot.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues `_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us smashing it by providing a detailed and welcomed\n`feedback `_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* Camptocamp\n\nContributors\n~~~~~~~~~~~~\n\n* Nicolas Bessi \n* Yannick Vaucher \n* Guewen Baconnier \n* Jo\u00ebl Grand-Guillaume \n* Holger Brunn \n* Alexandre Fayolle \n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nThis module is part of the `OCA/server-env `_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/OCA/server-env", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo12-addon-mail-environment", "package_url": "https://pypi.org/project/odoo12-addon-mail-environment/", "platform": "", "project_url": "https://pypi.org/project/odoo12-addon-mail-environment/", "project_urls": { "Homepage": "https://github.com/OCA/server-env" }, "release_url": "https://pypi.org/project/odoo12-addon-mail-environment/12.0.1.0.0.99.dev2/", "requires_dist": [ "odoo12-addon-server-environment", "odoo (<12.1dev,>=12.0a)" ], "requires_python": ">=3.5", "summary": "Configure mail servers with server_environment_files", "version": "12.0.1.0.0.99.dev2" }, "last_serial": 5195819, "releases": { "12.0.1.0.0.99.dev2": [ { "comment_text": "", "digests": { "md5": "464b25a7ddf958a990037ba3e4534d34", "sha256": "1ec17613322069a767434bd429eb72ed95beec2ed19c36c24196448b69775b6f" }, "downloads": -1, "filename": "odoo12_addon_mail_environment-12.0.1.0.0.99.dev2-py3-none-any.whl", "has_sig": false, "md5_digest": "464b25a7ddf958a990037ba3e4534d34", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 30853, "upload_time": "2019-04-27T04:35:00", "url": "https://files.pythonhosted.org/packages/ac/65/28d8610112d482608e44fbb2a15e9f10b1e823a1a3885dcc5d2cdfa033b7/odoo12_addon_mail_environment-12.0.1.0.0.99.dev2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "464b25a7ddf958a990037ba3e4534d34", "sha256": "1ec17613322069a767434bd429eb72ed95beec2ed19c36c24196448b69775b6f" }, "downloads": -1, "filename": "odoo12_addon_mail_environment-12.0.1.0.0.99.dev2-py3-none-any.whl", "has_sig": false, "md5_digest": "464b25a7ddf958a990037ba3e4534d34", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 30853, "upload_time": "2019-04-27T04:35:00", "url": "https://files.pythonhosted.org/packages/ac/65/28d8610112d482608e44fbb2a15e9f10b1e823a1a3885dcc5d2cdfa033b7/odoo12_addon_mail_environment-12.0.1.0.0.99.dev2-py3-none-any.whl" } ] }