{ "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": ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n :alt: License: AGPL-3\n\n==========================================\nMail configuration with server_environment\n==========================================\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\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\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\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\n`_. In case of trouble, please\ncheck there if your issue has already been reported. If you spotted it first,\nhelp us smash it by providing a detailed and welcomed feedback.\n\nCredits\n=======\n\nImages\n------\n\n* Odoo Community Association: `Icon `_.\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\nMaintainer\n----------\n\n.. image:: https://odoo-community.org/logo.png\n :alt: Odoo Community Association\n :target: https://odoo-community.org\n\nThis module is maintained by the OCA.\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\nTo contribute to this module, please visit https://odoo-community.org.\n\n\n", "description_content_type": null, "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": "odoo11-addon-mail-environment", "package_url": "https://pypi.org/project/odoo11-addon-mail-environment/", "platform": "", "project_url": "https://pypi.org/project/odoo11-addon-mail-environment/", "project_urls": { "Homepage": "https://github.com/OCA/server-env" }, "release_url": "https://pypi.org/project/odoo11-addon-mail-environment/11.0.1.0.0/", "requires_dist": [ "odoo (<11.1dev,>=11.0a)", "odoo11-addon-server-environment" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "summary": "Configure mail servers with server_environment_files", "version": "11.0.1.0.0" }, "last_serial": 5962977, "releases": { "11.0.1.0.0": [ { "comment_text": "", "digests": { "md5": "1e429933d563733bd08e880c5b5cd1c6", "sha256": "80059fbffd18bf8d26e5eab09931480b8516f1043470ec08bdd1944bebf0767e" }, "downloads": -1, "filename": "odoo11_addon_mail_environment-11.0.1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1e429933d563733bd08e880c5b5cd1c6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 14962, "upload_time": "2018-01-23T05:30:38", "url": "https://files.pythonhosted.org/packages/6d/f2/ed2ba103dba1224d4b574e1f677dc07c286a37f0e5076a0dbbc73ad1f0eb/odoo11_addon_mail_environment-11.0.1.0.0-py2.py3-none-any.whl" } ], "11.0.1.1.0.99.dev2": [ { "comment_text": "", "digests": { "md5": "cc0c3e687147b362f4e9625f204e60b6", "sha256": "e17df0cfbf5c49003a8941cde725704a76a0f112e52683000052a60f9b247b6a" }, "downloads": -1, "filename": "odoo11_addon_mail_environment-11.0.1.1.0.99.dev2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cc0c3e687147b362f4e9625f204e60b6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 11772, "upload_time": "2018-08-02T04:43:32", "url": "https://files.pythonhosted.org/packages/0c/e3/e59acd04b0555d55f4b7ca665807397bf52a0354120f4759c1d7fa56a9a0/odoo11_addon_mail_environment-11.0.1.1.0.99.dev2-py2.py3-none-any.whl" } ], "11.0.1.1.0.99.dev3": [ { "comment_text": "", "digests": { "md5": "3ddc1cf266c63cfcd17bc11a06c5f942", "sha256": "ee6844d6b5bf783537f5e283f9d1379dc2be4b3f372f540ebaef2fefcdec9ccc" }, "downloads": -1, "filename": "odoo11_addon_mail_environment-11.0.1.1.0.99.dev3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3ddc1cf266c63cfcd17bc11a06c5f942", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 21360, "upload_time": "2019-04-03T05:19:04", "url": "https://files.pythonhosted.org/packages/a1/b5/11d652fcbf3a8744979d86a5dc3df045e2ea7ec2b2fccde98354a8df6214/odoo11_addon_mail_environment-11.0.1.1.0.99.dev3-py2.py3-none-any.whl" } ], "11.0.1.1.0.99.dev4": [ { "comment_text": "", "digests": { "md5": "5aab4247e1da5e469532746d0acbcac5", "sha256": "829ce95d9e3e5c7f9ad41cfeeda27d118e560627c0e29ffb8e0be9ed753a403d" }, "downloads": -1, "filename": "odoo11_addon_mail_environment-11.0.1.1.0.99.dev4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5aab4247e1da5e469532746d0acbcac5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 11781, "upload_time": "2019-10-12T04:57:30", "url": "https://files.pythonhosted.org/packages/98/0e/6dae53306fb77f62cbf9330200f02c26aac8607ecccca352e043d4a486ba/odoo11_addon_mail_environment-11.0.1.1.0.99.dev4-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1e429933d563733bd08e880c5b5cd1c6", "sha256": "80059fbffd18bf8d26e5eab09931480b8516f1043470ec08bdd1944bebf0767e" }, "downloads": -1, "filename": "odoo11_addon_mail_environment-11.0.1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1e429933d563733bd08e880c5b5cd1c6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 14962, "upload_time": "2018-01-23T05:30:38", "url": "https://files.pythonhosted.org/packages/6d/f2/ed2ba103dba1224d4b574e1f677dc07c286a37f0e5076a0dbbc73ad1f0eb/odoo11_addon_mail_environment-11.0.1.0.0-py2.py3-none-any.whl" } ] }