{ "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\nExemple of config file :\n\n[outgoing_mail]\nsmtp_host = smtp.myserver.com\nsmtp_port = 587\nsmtp_user =\nsmtp_pass =\nsmtp_encryption = ssl\n\n[outgoing_mail.odoo_smtp_server1]\nsmtp_user = odoo\nsmtp_pass = odoo\n\n[incoming_mail.odoo_pop_mail1]\nserver = mail.myserver.com\nport = 110\ntype = pop\nis_ssl = 0\nattach = 0\noriginal = 0\nuser = odoo@myserver.com\npassword = 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 smashing it by providing a detailed and welcomed `feedback\n`_.\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": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://odoo-community.org", "keywords": "", "license": "AGPL-3", "maintainer": "", "maintainer_email": "", "name": "odoo9-addon-mail-environment", "package_url": "https://pypi.org/project/odoo9-addon-mail-environment/", "platform": "", "project_url": "https://pypi.org/project/odoo9-addon-mail-environment/", "project_urls": { "Homepage": "http://odoo-community.org" }, "release_url": "https://pypi.org/project/odoo9-addon-mail-environment/9.0.1.0.0.99.dev15/", "requires_dist": [ "odoo9-addon-server-environment", "odoo (<9.1a,>=9.0a)" ], "requires_python": "~=2.7", "summary": "Configure mail servers with server_environment_files", "version": "9.0.1.0.0.99.dev15" }, "last_serial": 5083280, "releases": { "9.0.1.0.0.99.dev10": [ { "comment_text": "", "digests": { "md5": "8003f79112256b07a2474c62db660d72", "sha256": "01f50abaa45da99a57324fd63f5841752169fbd381008bab7e892d86ebbe1741" }, "downloads": -1, "filename": "odoo9_addon_mail_environment-9.0.1.0.0.99.dev10-py2-none-any.whl", "has_sig": false, "md5_digest": "8003f79112256b07a2474c62db660d72", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 17371, "upload_time": "2018-06-05T04:36:25", "url": "https://files.pythonhosted.org/packages/6e/fc/35bd57480611fc50a3c553a72f937d5799764c1c57bef9d5a9f64705bc05/odoo9_addon_mail_environment-9.0.1.0.0.99.dev10-py2-none-any.whl" } ], "9.0.1.0.0.99.dev11": [ { "comment_text": "", "digests": { "md5": "f54b3155e47493b35d94d26032c0c174", "sha256": "9e158a666dbbcf72f0444d3d02d9b82dbce71c891cbc367bc9616301ef6efa69" }, "downloads": -1, "filename": "odoo9_addon_mail_environment-9.0.1.0.0.99.dev11-py2-none-any.whl", "has_sig": false, "md5_digest": "f54b3155e47493b35d94d26032c0c174", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 16874, "upload_time": "2018-06-16T04:48:08", "url": "https://files.pythonhosted.org/packages/12/7d/2eaaf04ffe0fa835a3d0ce2f4f66d1f671246e3a80901c42da3e70b689a2/odoo9_addon_mail_environment-9.0.1.0.0.99.dev11-py2-none-any.whl" } ], "9.0.1.0.0.99.dev12": [ { "comment_text": "", "digests": { "md5": "35ee674a3ae8cd15e4912c7972e3fdb9", "sha256": "ce6a573be9dbe6613679e4413be45506debdc892ee38476e66f313f2844ee2ec" }, "downloads": -1, "filename": "odoo9_addon_mail_environment-9.0.1.0.0.99.dev12-py2-none-any.whl", "has_sig": false, "md5_digest": "35ee674a3ae8cd15e4912c7972e3fdb9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 17426, "upload_time": "2018-06-25T04:41:36", "url": "https://files.pythonhosted.org/packages/2e/4d/8b9aaa7f30874fc8d39a5d7e222645b8ed4f11b88c94d651368450ee9ed8/odoo9_addon_mail_environment-9.0.1.0.0.99.dev12-py2-none-any.whl" } ], "9.0.1.0.0.99.dev14": [ { "comment_text": "", "digests": { "md5": "7c8d560e843b42c2e2d80d306a167e17", "sha256": "ff0792a982213df462063b04767303aa38078856270b29383dac65f666e86212" }, "downloads": -1, "filename": "odoo9_addon_mail_environment-9.0.1.0.0.99.dev14-py2-none-any.whl", "has_sig": false, "md5_digest": "7c8d560e843b42c2e2d80d306a167e17", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 17426, "upload_time": "2018-06-30T04:38:34", "url": "https://files.pythonhosted.org/packages/a5/62/70f7abc38a8093f5c51dbe203ae16bd634429172be8a23f449c7e03ffda5/odoo9_addon_mail_environment-9.0.1.0.0.99.dev14-py2-none-any.whl" } ], "9.0.1.0.0.99.dev15": [ { "comment_text": "", "digests": { "md5": "3b5e5b25203e6882afcacd8b7e70a6fb", "sha256": "c68ce9aff8469565f4e75c6bf8d51eba7c1e2755b2356f0a4a30d8dd4feb7419" }, "downloads": -1, "filename": "odoo9_addon_mail_environment-9.0.1.0.0.99.dev15-py2-none-any.whl", "has_sig": false, "md5_digest": "3b5e5b25203e6882afcacd8b7e70a6fb", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 24459, "upload_time": "2019-04-03T05:01:36", "url": "https://files.pythonhosted.org/packages/3b/8a/f34bf173e2191de4f1fab4829bfddbfd0795e69b2e6d9554ce9a39ced154/odoo9_addon_mail_environment-9.0.1.0.0.99.dev15-py2-none-any.whl" } ], "9.0.1.0.0.99.dev5": [ { "comment_text": "", "digests": { "md5": "0edb1443e95940e02fa7324bd6a6979a", "sha256": "9f8594e54486f340b59276269b71f6bbdb74a2361789a195af21f483f62be6ef" }, "downloads": -1, "filename": "odoo9_addon_mail_environment-9.0.1.0.0.99.dev5-py2-none-any.whl", "has_sig": false, "md5_digest": "0edb1443e95940e02fa7324bd6a6979a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 15783, "upload_time": "2017-04-11T19:18:36", "url": "https://files.pythonhosted.org/packages/db/d5/1b575275316a477a08dca6ec14fe958ebb6237e41bffdd2cb231687e4c60/odoo9_addon_mail_environment-9.0.1.0.0.99.dev5-py2-none-any.whl" } ], "9.0.1.0.0.99.dev6": [ { "comment_text": "", "digests": { "md5": "0089c4743710ac6fde19b1d260351c85", "sha256": "0fdcb1f303749d115e139ce89cde60eec5906f62c4b3b2dfa83a50990dd92d60" }, "downloads": -1, "filename": "odoo9_addon_mail_environment-9.0.1.0.0.99.dev6-py2-none-any.whl", "has_sig": false, "md5_digest": "0089c4743710ac6fde19b1d260351c85", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 16487, "upload_time": "2017-04-11T19:18:40", "url": "https://files.pythonhosted.org/packages/88/93/a18a184a41f9bbd5dcf1775955872bd71cee79ea42ce2dc97f04970d201d/odoo9_addon_mail_environment-9.0.1.0.0.99.dev6-py2-none-any.whl" } ], "9.0.1.0.0.99.dev7": [ { "comment_text": "", "digests": { "md5": "e715075da6d61bed546b0a73fa8d9ce9", "sha256": "a1b7dae9ff518db095f30576cf7022dbb30a3885daa41487e527d99b802686dc" }, "downloads": -1, "filename": "odoo9_addon_mail_environment-9.0.1.0.0.99.dev7-py2-none-any.whl", "has_sig": false, "md5_digest": "e715075da6d61bed546b0a73fa8d9ce9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 16519, "upload_time": "2017-04-11T19:18:43", "url": "https://files.pythonhosted.org/packages/ca/4e/e8d298965fa2d1ef7150d1bd6997331a37b57b598363cab7b62f760021ca/odoo9_addon_mail_environment-9.0.1.0.0.99.dev7-py2-none-any.whl" } ], "9.0.1.0.0.99.dev8": [ { "comment_text": "", "digests": { "md5": "e62e6451d3d35d87b4d1432d2eb4d9b2", "sha256": "5681fcd502f2c671c7e0d28f4536e546cb36ad5b78c2f71ab75f56b0a7193369" }, "downloads": -1, "filename": "odoo9_addon_mail_environment-9.0.1.0.0.99.dev8-py2-none-any.whl", "has_sig": false, "md5_digest": "e62e6451d3d35d87b4d1432d2eb4d9b2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 16634, "upload_time": "2017-04-11T19:18:46", "url": "https://files.pythonhosted.org/packages/29/8c/ecdb241e3a2718d4c603b7c275f52ae38c0d5829e400adfb5199b54ab1ed/odoo9_addon_mail_environment-9.0.1.0.0.99.dev8-py2-none-any.whl" } ], "9.0.1.0.0.99.dev9": [ { "comment_text": "", "digests": { "md5": "8eb2d0aa997d8cff85cc733c857a6e6d", "sha256": "bb54529d079c29982253b9a8de2e8d2b80b269184160b98fe8f1449026f45060" }, "downloads": -1, "filename": "odoo9_addon_mail_environment-9.0.1.0.0.99.dev9-py2-none-any.whl", "has_sig": false, "md5_digest": "8eb2d0aa997d8cff85cc733c857a6e6d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 17308, "upload_time": "2017-05-02T05:21:25", "url": "https://files.pythonhosted.org/packages/2d/79/93ccc91f31cf42b57db581627ebe170b0cd9f5db5362549264ab0ab06c18/odoo9_addon_mail_environment-9.0.1.0.0.99.dev9-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3b5e5b25203e6882afcacd8b7e70a6fb", "sha256": "c68ce9aff8469565f4e75c6bf8d51eba7c1e2755b2356f0a4a30d8dd4feb7419" }, "downloads": -1, "filename": "odoo9_addon_mail_environment-9.0.1.0.0.99.dev15-py2-none-any.whl", "has_sig": false, "md5_digest": "3b5e5b25203e6882afcacd8b7e70a6fb", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": "~=2.7", "size": 24459, "upload_time": "2019-04-03T05:01:36", "url": "https://files.pythonhosted.org/packages/3b/8a/f34bf173e2191de4f1fab4829bfddbfd0795e69b2e6d9554ce9a39ced154/odoo9_addon_mail_environment-9.0.1.0.0.99.dev15-py2-none-any.whl" } ] }