Commit Graph

12 Commits (e2aaea4d855b0a438bb38df2d74c20cb225e4658)

Author SHA1 Message Date
SodexisTeam b27266074f [MIG] mail_outbound_static: Migration to 17.0 2024-02-16 15:40:44 +01:00
SodexisTeam b8918de135 [IMP] mail_outbound_static: pre-commit auto fixes 2024-02-16 15:40:38 +01:00
Alberto Re a8d8873eef Align maximum length of TLD to DNS limit (63 chars) 2023-11-21 13:15:48 +05:30
Yoshi Tashiro ea4011508a [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-11-21 13:15:48 +05:30
Daniel Reis f5e6221b41 [MIG] mail_outbound_static: Migration to 16.0 2023-11-21 13:15:48 +05:30
Denis Roussel 3ab46667c3 [14.0][FIX] mail_outbound_static: Apply pre-commit 2023-11-21 13:15:48 +05:30
Katherine Zaoral 89e5ba2bba 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-11-21 13:15:48 +05:30
Katherine Zaoral 3309100448 mail_outbound_static: Domain whitelist based logic. 2023-11-21 13:15:48 +05:30
eLBati 71b50fc17c [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-11-21 13:15:48 +05:30
Frédéric Garbely 7206175a23 [IMP] mail_outbound_static: black, isort, prettier 2023-11-21 13:15:48 +05:30
eLBati 997c00ed3e Port mail_outbound_static to 12.0
Fixing and extending tests
Add setup
2023-11-21 13:15:48 +05:30
Dave Lasley 32d934a67b 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-11-21 13:15:48 +05:30