Skip to content

feat: add mail_outbound_static

Pelayo García requested to merge feat/mail_outbound_static into main

Transactional mail servers will reject sending mails on behalf of third-party domains that are not owned (neither configured) by us.

This happens when someone replies to an Odoo sent mail: Odoo tries to notify followers by re-sending the mail received with the original From header.

In order to avoid those rejects, this module will check if the domain is in a white list and if not, it will replace the header to a configured email address.

Merge request reports

Loading