-
-
Notifications
You must be signed in to change notification settings - Fork 886
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
[Bug]: Email notifications for new registrations are no longer sent #4916
Comments
Here's the code for that: https://github.com/LemmyNet/lemmy/blob/main/crates/api_crud/src/user/create.rs#L190 Do you have |
I do have The comment on line 190 and the following |
In that case the admin notification is sent out after the user verified his email address. However the check for |
Requirements
Summary
Starting with 0.19 my instance no longer sends out registration notification emails. Email itself is working fine - reports and registration verification is sent out correctly.
Postfix logs only show a single connection attempt as well.
Steps to Reproduce
Technical Details
lemmy.log
Version
0.19.5
Lemmy Instance URL
https://lemmy.cafe
The text was updated successfully, but these errors were encountered: