You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like our instance is running into rate-limits with the external SMTP account that we use for sending out emails.
While this isn't a huge issue for now, it does seem to make password reset requests fail quite often. The error response in lemmy-ui is also not very good on that meaning that most people will not just try again a bit later.
Describe the solution you'd like.
I think the best solution is to introduce some sort of sending throttle and add a queue for sending such emails.
Thanks.
Describe alternatives you've considered.
Use a local email sending software, but many ISPs block outgoing emails and in general such emails usually end up in the spam filter.
Of course there are also professional providers for mass sending of emails, but those usually cost extra and might not be easily GDPR compatible.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Requirements
Is your proposal related to a problem?
It seems like our instance is running into rate-limits with the external SMTP account that we use for sending out emails.
While this isn't a huge issue for now, it does seem to make password reset requests fail quite often. The error response in lemmy-ui is also not very good on that meaning that most people will not just try again a bit later.
Describe the solution you'd like.
I think the best solution is to introduce some sort of sending throttle and add a queue for sending such emails.
Thanks.
Describe alternatives you've considered.
Use a local email sending software, but many ISPs block outgoing emails and in general such emails usually end up in the spam filter.
Of course there are also professional providers for mass sending of emails, but those usually cost extra and might not be easily GDPR compatible.
Additional context
No response
The text was updated successfully, but these errors were encountered: