|
| 1 | +==================== |
| 2 | +Mail Outbound Static |
| 3 | +==================== |
| 4 | + |
| 5 | +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 6 | + !! This file is generated by oca-gen-addon-readme !! |
| 7 | + !! changes will be overwritten. !! |
| 8 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 9 | +
|
| 10 | +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
| 11 | + :target: https://odoo-community.org/page/development-status |
| 12 | + :alt: Beta |
| 13 | +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png |
| 14 | + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html |
| 15 | + :alt: License: LGPL-3 |
| 16 | +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github |
| 17 | + :target: https://github.com/OCA/social/tree/15.0/mail_outbound_static |
| 18 | + :alt: OCA/social |
| 19 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 20 | + :target: https://translation.odoo-community.org/projects/social-15-0/social-15-0-mail_outbound_static |
| 21 | + :alt: Translate me on Weblate |
| 22 | +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png |
| 23 | + :target: https://runbot.odoo-community.org/runbot/205/15.0 |
| 24 | + :alt: Try me on Runbot |
| 25 | + |
| 26 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 27 | + |
| 28 | +This module brings Odoo outbound emails in to strict compliance with RFC-2822 |
| 29 | +by allowing for a dynamically configured From header, with the sender's e-mail |
| 30 | +being appended into the proper Sender header instead. To accomplish this we: |
| 31 | + |
| 32 | +* Add a domain whitelist field in the mail server model. This one represent an |
| 33 | + allowed Domains list separated by commas. If there is not given SMTP server |
| 34 | + it will let us to search the proper mail server to be used to send the messages |
| 35 | + where the message 'From' email domain match with the domain whitelist. If |
| 36 | + there is not mail server that matches then will use the default mail server to |
| 37 | + send the message. |
| 38 | + |
| 39 | +* Add a Email From field that will let us to email from a specific address taking |
| 40 | + into account this conditions: |
| 41 | + |
| 42 | + 1) If the sender domain match with the domain whitelist then the original |
| 43 | + message's 'From' will remain as it is and will not be changed because the |
| 44 | + mail server is able to send in the name of the sender domain. |
| 45 | + |
| 46 | + 2) If the original message's 'From' does not match with the domain whitelist |
| 47 | + then the email From is replaced with the Email From field value. |
| 48 | + |
| 49 | +* Add compatibility to define the smtp information in Odoo config file. Both |
| 50 | + smtp_from and smtp_whitelist_domain values will be used if there is not mail |
| 51 | + server configured in the system. |
| 52 | + |
| 53 | +**Table of contents** |
| 54 | + |
| 55 | +.. contents:: |
| 56 | + :local: |
| 57 | + |
| 58 | +Usage |
| 59 | +===== |
| 60 | + |
| 61 | +* Navigate to an Outbound Email Server |
| 62 | +* Set the `Email From` option to an email address |
| 63 | +* Set the `Domain Whitelist` option with the domain whitelist |
| 64 | + |
| 65 | +Bug Tracker |
| 66 | +=========== |
| 67 | + |
| 68 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_. |
| 69 | +In case of trouble, please check there if your issue has already been reported. |
| 70 | +If you spotted it first, help us smashing it by providing a detailed and welcomed |
| 71 | +`feedback <https://github.com/OCA/social/issues/new?body=module:%20mail_outbound_static%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 72 | + |
| 73 | +Do not contact contributors directly about support or help with technical issues. |
| 74 | + |
| 75 | +Credits |
| 76 | +======= |
| 77 | + |
| 78 | +Authors |
| 79 | +~~~~~~~ |
| 80 | + |
| 81 | +* brain-tec AG |
| 82 | +* LasLabs |
| 83 | +* Adhoc SA |
| 84 | + |
| 85 | +Contributors |
| 86 | +~~~~~~~~~~~~ |
| 87 | + |
| 88 | +* Frédéric Garbely <frederic.garbely@braintec-group.com> |
| 89 | +* Dave Lasley <dave@laslabs.com> |
| 90 | +* Lorenzo Battistini <https://github.com/eLBati> |
| 91 | +* Pierre Pizzetta <pierre@devreaction.com> |
| 92 | +* Katherine Zaoral <kz@adhoc.com.ar> |
| 93 | +* Juan José Scarafía <jjs@adhoc.com.ar> |
| 94 | + |
| 95 | +Maintainers |
| 96 | +~~~~~~~~~~~ |
| 97 | + |
| 98 | +This module is maintained by the OCA. |
| 99 | + |
| 100 | +.. image:: https://odoo-community.org/logo.png |
| 101 | + :alt: Odoo Community Association |
| 102 | + :target: https://odoo-community.org |
| 103 | + |
| 104 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 105 | +mission is to support the collaborative development of Odoo features and |
| 106 | +promote its widespread use. |
| 107 | + |
| 108 | +This module is part of the `OCA/social <https://github.com/OCA/social/tree/15.0/mail_outbound_static>`_ project on GitHub. |
| 109 | + |
| 110 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments