Yes, I think it was enabled by default when I installed NodeBB:
nodebb-plugin-markdown
A Markdown parser for NodeBB
Installed 8.9.2 | Latest 8.9.2
Edit Forked from https://community.nodebb.org/topic/3799/daily-digest-was-not-sent -- Admin
I have the same question, daily digest not working.
how can I debug it? how to mannally fire the digest?
I am using nodebb-plugin-emailer-local, send mail is ok.
Hi @Rex-Huang -- what kind of errors are you seeing in your server-side log, when the daily digest is sent?
You can see the log by going to your NodeBB's directory and executing ./nodebb log
. Leave it running thoughout the day, and check in on it when the daily digest normally sends.
nothing I can get from the log, I wonder if it's fired.
that's why I need to debug it.
Do you have digests enabled for your account?
You can also view all old logs from advanced > Logs. They should send at the same time every day. And the log will have something like
'Daily digest sent to uid 1' etc or not In your case.