Skip to Content
Menu
This question has been flagged
1 Reply
1063 Views

Hey guys, 

I having a problem with my email marketing newsletter email list, the unsubscription button when clicked is asking to the user do the login.


How to disable the login for this? 


I saw that the url from the unsubscribe is comming as domain.odoo.com/unsubscribe_from_list and redirect to domain.odoo.com//web/login?redirect=%2Fmailing%2Fmy%3F


Thanks


Avatar
Discard

Running into the same issue, did you find a solution?

Best Answer

Hello,

This behavior usually occurs when the unsubscribe link redirects to a login page, which should not happen for email marketing recipients.

Here are a few steps to help fix this (tested on Odoo Online):

Make sure the contact is an external one (not linked to an internal Odoo user).

➤ If the email address is associated with an internal user, Odoo may force authentication.

Ensure you're using the correct unsubscribe tag in the email template:

jinja

CopierModifier

${object.website_message_ids._unsubscribe_link()}

Or use the standard unsubscribe block provided in the Odoo email editor, which automatically includes the correct link.

Avoid testing while logged in. Test the unsubscribe link from an external email client (like Gmail) to simulate a real recipient's experience.

Hope this helps!

Good luck 🙂

Avatar
Discard
Related Posts Replies Views Activity
0
Dec 24
47
5
Jan 23
8291
0
Jan 19
2690
1
Nov 24
942
0
Aug 24
1180