Commit Graph

6 Commits (db05f92c87daa19ef93f31a062bc4b0109c81c79)

Author SHA1 Message Date
Yoshi Tashiro bc83913e84 [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-01-30 16:48:20 +06:30
Katherine Zaoral 201e35d24e 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
2022-01-26 09:36:00 +02:00
Katherine Zaoral 7a9fcb44e3 mail_outbound_static: Domain whitelist based logic. 2022-01-26 09:35:49 +02:00
Pierre Pizzetta 87dfa76370 [MIG] mail_outbound_static: Migration to 14.0 2022-01-26 09:34:12 +02:00
Frédéric Garbely 29dad4da0f [MIG] mail_outbound_static: Migration to 13.0 2022-01-26 09:34:12 +02:00
eLBati 4cbb2097eb Port mail_outbound_static to 12.0
Fixing and extending tests
Add setup
2022-01-26 09:34:12 +02:00