Commit Graph

6 Commits (08d091fe9557ec66d8229f3deec8cf0f8f9b51d5)

Author SHA1 Message Date
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
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
Pierre Pizzetta 5c0f533378 [MIG] mail_outbound_static: Migration to 14.0 2023-02-25 12:06:11 +00:00
Frédéric Garbely ef8263ea41 [MIG] mail_outbound_static: Migration to 13.0 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