Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
5774 Widoki

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?

Awatar
Odrzuć
Najlepsza odpowiedź

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!

Awatar
Odrzuć
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 Najlepsza odpowiedź

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.

Awatar
Odrzuć

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?

Powiązane posty Odpowiedzi Widoki Czynność
5
maj 25
5185
2
kwi 25
1208
0
lis 24
1416
1
cze 24
2452
1
maj 24
1969