OCA-git-bot
9e9efb4985
Merge PR #1123 into 16.0
...
Signed-off-by pedrobaeza
2023-10-05 15:53:12 +00:00
Alberto Re
f0a9806de7
Align maximum length of TLD to DNS limit (63 chars)
2023-04-04 17:18:29 +02:00
Yoshi Tashiro
f5824be6d1
[FIX] Move smtp info update logic to _prepare_email_message()
...
Since 15.0, smtp info is prepared in _prepare_email_message() which is called
from send_email(), and the smtp info manipulation should be done in this method
instead of in send_email().
2023-03-22 15:19:39 +06:30
Daniel Reis
ec06042442
[MIG] mail_outbound_static: Migration to 16.0
2023-02-25 12:07:53 +00:00
Denis Roussel
7ee4afdb59
[14.0][FIX] mail_outbound_static: Apply pre-commit
2023-02-25 12:06:11 +00:00
Katherine Zaoral
66643e9125
new changes to squash after review:
...
- fix misspellings errors in documentation
- add unit test to avoid github checkers red status in codecov tests.
- add validation of email from and domain whitelist fields.
- update documentation remove roadmap for already updated functionalities.
- update translations
2023-02-25 12:06:11 +00:00
Katherine Zaoral
d83dc8ca3c
mail_outbound_static: Domain whitelist based logic.
2023-02-25 12:06:11 +00:00
eLBati
c60495a721
[FIX] 13.0 mail_outbound_static
...
use sudo to get ir.config_parameter, otherwise when normal users try to
send email they get AccessError
2023-02-25 12:06:11 +00:00
Frédéric Garbely
2cdbe327bd
[IMP] mail_outbound_static: black, isort, prettier
2023-02-25 12:06:11 +00:00
eLBati
5aa64c2362
Port mail_outbound_static to 12.0
...
Fixing and extending tests
Add setup
2023-02-25 12:06:11 +00:00
Dave Lasley
8a323e081b
ADD mail_outbound_static: Allow configuration of from email header
...
* Allow for the configuration of the FROM header for outbound emails, and move the existing from header to Sender as per RFC-2822
2023-02-25 12:06:11 +00:00