Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1057 Vistas

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
Descartar

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

Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
dic 24
47
5
ene 23
8283
0
ene 19
2677
1
nov 24
942
0
ago 24
1178