-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Registration mails and password reset mails not being sent with version 1.11.1 #10472
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
Comments
Sorry for the dumb question. Have you checked that the following is set in you
(Cuould you please post the relevant entries in your config, properly sanitized?) |
Here is my complete, aggressively sanitized, app.ini :)
|
Can you check whether your mailer supports the following syntax?
or rather?
There's been a change regarding this parameter, recently (#9961) |
It works with |
This could be a setup problem, even if you've had some degree of success in your tests. Please try the following from the command line:
But this time make sure that:
It often happens that mailers can send mails to servers in their vecinity, but not to the rest of the internet. Also, depending on your recipient's configuration, your server could also be blacklisted. Finally, it would be useful if you could check logs and/or set up some debug on your Given that Gitea is sending the test mail correctly, I doubt this is a problem from Gitea itself. I've specifically tested with 1.11.1 (albeit my system's got |
It's likely the issue with the workerpool lock up - try switching off 1.11.1 to release/v1.11 we'll have 1.11.2 out very soon |
Sounds great! @guillep2k But msmpt and it's configuration is untouched when I switch between 1.10.4 and 1.11.1 and with 1.10.4 it just works... |
Sorry, it just wasn't clear to me if the tests were being done with the same or different servers. I didn't want to assume. 😄 Hopefully, 1.11.2 will get you working! |
If you are unable to rebuild from release/v1.11 or move to master. If you set in app.ini: [queue]
BLOCK_TIMEOUT=0 That should avoid the problem with the worker pool. |
I can confirm that the problem is gone with 1.11.3 and 1.11.4 :) |
[x]
):Description
When a user requests a password reset link or registers an account the email is never sent.
I have confirmed on our email system that the mails are never sent.
I have tested with 1.10.3 and 1.10.4 (which I use in production now), and the emails are sent when using those versions.
I use sendmail, if that matters. :)
Sending a test email from the Configuration page works.
...
Screenshots
The text was updated successfully, but these errors were encountered: