documentation/email_marketing
bve-odoo 3300e665b8
[FIX] email_marketing: unsubscribe button does not work in test mode (#596)
A lot of customer are writting ticket with this issue:
When sending a TEST mail marketing from a campaign, they received a
403 error - Access Denied.

It's happening because the res_id is equal 0 and _valid_unsubscribe_token
from mass mailing controller is expecting it to be <> 0.
The res_id is given by the recipient dropdown of the mass mailing campaign
that allows Odoo to match a known record in Odoo.

opw-2202026
2020-03-13 10:52:19 +01:00
..
overview [FIX] email_marketing: unsubscribe button does not work in test mode (#596) 2020-03-13 10:52:19 +01:00
overview.rst [ADD] Email_marketing: new doc 2020-02-21 15:15:40 +01:00