Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][IMP] mass_mailing: add unsubscribe headers in mailing emails #1232

Open
wants to merge 1 commit into
base: 14.0
Choose a base branch
from

Conversation

qgroulard
Copy link

Backport of odoo-dev@841ee35

Make Odoo mass mailing RFC 8058 compliant.

See issue odoo#165169.

And PR odoo#153864.

Globally a backport of odoo/odoo@c0775de where mail sent through
mass mailing now have unsubscribe headers set. This requires a small update
in the send method to allow email-specific headers; previously to this commit
only generic headers from the mail.mail were considered.

With some fixes, notably csrf is disabled on unsubscribe route as it is now
called directly as one-click, without form and csrf. This is necessary notably
to allow famous email readers to include links directly in their UI.

Task-3932001 (Mail: Unsubscribe Headers Everywhere)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants