@@ -11,7 +11,7 @@ Mail Outbound Static
1111 !! This file is generated by oca-gen-addon-readme !!
1212 !! changes will be overwritten. !!
1313 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14- !! source digest: sha256:3815aafb83b445faa56393959be5720653ee11b63adefc76cb89c4940a6e7f37
14+ !! source digest: sha256:76b4d7be37a31a3406e133157ceefd153719eb2cb1587119917b4f0707c4785d
1515 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -37,26 +37,26 @@ RFC-2822 by allowing for a dynamically configured From header, with the
3737sender's e-mail being appended into the proper Sender header instead. To
3838accomplish this we:
3939
40- - Add a domain whitelist field in the mail server model. This one
41- represent an allowed Domains list separated by commas. If there is
42- not given SMTP server it will let us to search the proper mail server
43- to be used to send the messages where the message 'From' email domain
44- match with the domain whitelist. If there is not mail server that
45- matches then will use the default mail server to send the message.
46- - Add a Email From field that will let us to email from a specific
47- address taking into account this conditions:
48-
49- 1) If the sender domain match with the domain whitelist then the
50- original message's 'From' will remain as it is and will not be
51- changed because the mail server is able to send in the name of the
52- sender domain.
53- 2) If the original message's 'From' does not match with the domain
54- whitelist then the email From is replaced with the Email From
55- field value.
56-
57- - Add compatibility to define the smtp information in Odoo config file.
58- Both smtp_from and smtp_whitelist_domain values will be used if there
59- is not mail server configured in the system.
40+ - Add a domain whitelist field in the mail server model. This one
41+ represent an allowed Domains list separated by commas. If there is not
42+ given SMTP server it will let us to search the proper mail server to
43+ be used to send the messages where the message 'From' email domain
44+ match with the domain whitelist. If there is not mail server that
45+ matches then will use the default mail server to send the message.
46+ - Add a Email From field that will let us to email from a specific
47+ address taking into account this conditions:
48+
49+ 1) If the sender domain match with the domain whitelist then the
50+ original message's 'From' will remain as it is and will not be
51+ changed because the mail server is able to send in the name of the
52+ sender domain.
53+ 2) If the original message's 'From' does not match with the domain
54+ whitelist then the email From is replaced with the Email From field
55+ value.
56+
57+ - Add compatibility to define the smtp information in Odoo config file.
58+ Both smtp_from and smtp_whitelist_domain values will be used if there
59+ is not mail server configured in the system.
6060
6161**Table of contents **
6262
@@ -66,9 +66,9 @@ accomplish this we:
6666Usage
6767=====
6868
69- - Navigate to an Outbound Email Server
70- - Set the Email From option to an email address
71- - Set the Domain Whitelist option with the domain whitelist
69+ - Navigate to an Outbound Email Server
70+ - Set the Email From option to an email address
71+ - Set the Domain Whitelist option with the domain whitelist
7272
7373Known issues / Roadmap
7474======================
@@ -98,15 +98,15 @@ Authors
9898Contributors
9999------------
100100
101- - Frédéric Garbely <frederic.garbely@braintec.com>
102- - Dave Lasley <dave@laslabs.com>
103- - Lorenzo Battistini <https://github.com/eLBati>
104- - Pierre Pizzetta <pierre@devreaction.com>
105- - Katherine Zaoral <kz@adhoc.com.ar>
106- - Juan José Scarafía <jjs@adhoc.com.ar>
107- - `Quartile <https://www.quartile.co >`__:
101+ - Frédéric Garbely <frederic.garbely@braintec.com>
102+ - Dave Lasley <dave@laslabs.com>
103+ - Lorenzo Battistini <https://github.com/eLBati>
104+ - Pierre Pizzetta <pierre@devreaction.com>
105+ - Katherine Zaoral <kz@adhoc.com.ar>
106+ - Juan José Scarafía <jjs@adhoc.com.ar>
107+ - `Quartile <https://www.quartile.co >`__:
108108
109- - Yoshi Tashiro
109+ - Yoshi Tashiro
110110
111111Maintainers
112112-----------
0 commit comments