Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tinode not triggering password reset emails #895

Closed
DezyNation opened this issue Dec 6, 2023 · 3 comments
Closed

Tinode not triggering password reset emails #895

DezyNation opened this issue Dec 6, 2023 · 3 comments
Labels

Comments

@DezyNation
Copy link

I have successfully setup Tinode with my SMTP related environment variables. I verified them by running docker inspect tinode-srv. But when I checked my SMTP provider's dashboard, Tinode was not triggering any password reset emails.

I'm using Tinode 0.22.10 on Ubuntu 22.04
Using Brevo as SMTP service provider.

If there's already any fix, please let me know.

@DezyNation DezyNation added the bug label Dec 6, 2023
@or-else
Copy link
Contributor

or-else commented Dec 6, 2023

@DezyNation
Copy link
Author

Cool!
I tried adding the SMTP_AUTH_MECHANISM in the config.template but it doesn't seem to work for me.
Is there any expected date for this to be updated in the production release?

Also, don't you think Tinode should verify if the email even exists or not? Because it's trying to send confirmation emails to any email address I write.

@or-else
Copy link
Contributor

or-else commented Dec 8, 2023

I tried adding the SMTP_AUTH_MECHANISM in the config.template but it doesn't seem to work for me.

I'm not sure what you are doing and why. First, SMTP_AUTH_MECHANISM has nothing to do with the issue at hand. Second, did you rebuild the docker image after changing the config template?

Also, don't you think Tinode should verify if the email even exists or not?

It validates the email syntax but does not validate if the address exists. And I don't think it should.

@or-else or-else closed this as completed Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants