Replies: 1 comment 7 replies
-
I propose you check the remark42 startup logs for errors and warnings related to notification, and check the notification-related logs at the time of sending the message. That's how it looks on an instance with proper settings, which should be the case for you given your docker-compose as far as I can see:
If there will be a problem with sending, you'll see WARN message following the DEBUG message about sending the email, like following:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We meet again. I've been reading the document for 4 hours and shouldn't have missed anything 😞
My backend can send auth email in time so there should be no problem with email settings. But I never got any notification email.
I have been out of ideas about this strange problem, any help is greatly appreciated.
Here's my configuration:
docker-compose configuration
I also checked the logs and there are no warnings or errors -- just some general access log.
Beta Was this translation helpful? Give feedback.
All reactions