Ir al contenido
Menú
Se marcó esta pregunta
3 Respuestas
5651 Vistas

Hello I have a web store with Odoo and when someone new registers I would like them to receive the Auth Signup email, but it's not being sent. The email server is set up correctly because other emails I send and receive correctly. 

How could I debug this or find out why it doesn't work?

Avatar
Descartar
Mejor respuesta

Hello,

Please verify the OdooBot email address... may be it's wrong like odoobot@example.com. Sometimes OdooBot is the sender of the email not Admnistrator.

Best regards!

Avatar
Descartar
Autor

I changed the email there, but still doesn't work. I don't see anything coming in in the mail server and on the Odoo server I don't see anything in the logs as sending email.

Autor Mejor respuesta

I found a bug in the code, if I remove this line then it works:

https://github.com/odoo/odoo/blob/9d0f172f29085a6b164313bf20178270b9572cc2/addons/auth_signup/controllers/main.py#L39

Somehow it doesn't get the token on registration.

Avatar
Descartar

You really shouldn't remove that. Its a security measure.

Autor

Do you have any other tips to fix this problem?

Autor

I tested on another installation and I have the same issue. Do you have any ideas why doesn't work?

Publicaciones relacionadas Respuestas Vistas Actividad
5
may 25
5063
2
abr 25
1117
0
nov 24
1368
1
jun 24
2341
1
may 24
1868