Skip to content

Commit 16bfd14

Browse files
committed
[BOT] post-merge updates
1 parent cb3b459 commit 16bfd14

File tree

4 files changed

+41
-39
lines changed

4 files changed

+41
-39
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[mail_activity_reminder](mail_activity_reminder/) | 19.0.1.0.0 | | Reminder notifications about planned activities
2525
[mail_optional_autofollow](mail_optional_autofollow/) | 19.0.1.0.0 | | Choose if you want to automatically add new recipients as followers on mail.compose.message
26+
[mail_outbound_static](mail_outbound_static/) | 19.0.1.0.0 | | Allows you to configure the from header for a mail server.
2627
[mail_post_defer](mail_post_defer/) | 19.0.1.0.0 | <a href='https://github.com/Yajo'><img src='https://github.com/Yajo.png' width='32' height='32' style='border-radius:50%;' alt='Yajo'/></a> | Faster and cancellable outgoing messages
2728

2829
[//]: # (end addons)

mail_outbound_static/README.rst

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -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
3737
sender's e-mail being appended into the proper Sender header instead. To
3838
accomplish 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:
6666
Usage
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

7373
Known issues / Roadmap
7474
======================
@@ -98,15 +98,15 @@ Authors
9898
Contributors
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

111111
Maintainers
112112
-----------

mail_outbound_static/static/description/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Mail Outbound Static</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:3815aafb83b445faa56393959be5720653ee11b63adefc76cb89c4940a6e7f37
375+
!! source digest: sha256:76b4d7be37a31a3406e133157ceefd153719eb2cb1587119917b4f0707c4785d
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/mail/tree/19.0/mail_outbound_static"><img alt="OCA/mail" src="https://img.shields.io/badge/github-OCA%2Fmail-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/mail-19-0/mail-19-0-mail_outbound_static"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/mail&amp;target_branch=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module brings Odoo outbound emails in to strict compliance with
@@ -381,9 +381,9 @@ <h1>Mail Outbound Static</h1>
381381
accomplish this we:</p>
382382
<ul class="simple">
383383
<li>Add a domain whitelist field in the mail server model. This one
384-
represent an allowed Domains list separated by commas. If there is
385-
not given SMTP server it will let us to search the proper mail server
386-
to be used to send the messages where the message ‘From’ email domain
384+
represent an allowed Domains list separated by commas. If there is not
385+
given SMTP server it will let us to search the proper mail server to
386+
be used to send the messages where the message ‘From’ email domain
387387
match with the domain whitelist. If there is not mail server that
388388
matches then will use the default mail server to send the message.</li>
389389
<li>Add a Email From field that will let us to email from a specific
@@ -393,8 +393,8 @@ <h1>Mail Outbound Static</h1>
393393
changed because the mail server is able to send in the name of the
394394
sender domain.</li>
395395
<li>If the original message’s ‘From’ does not match with the domain
396-
whitelist then the email From is replaced with the Email From
397-
field value.</li>
396+
whitelist then the email From is replaced with the Email From field
397+
value.</li>
398398
</ol>
399399
</li>
400400
<li>Add compatibility to define the smtp information in Odoo config file.

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[project]
22
name = "odoo-addons-oca-mail"
3-
version = "19.0.20260111.0"
3+
version = "19.0.20260111.1"
44
dependencies = [
55
"odoo-addon-mail_activity_reminder==19.0.*",
66
"odoo-addon-mail_optional_autofollow==19.0.*",
7+
"odoo-addon-mail_outbound_static==19.0.*",
78
"odoo-addon-mail_post_defer==19.0.*",
89
]
910
classifiers=[

0 commit comments

Comments
 (0)