Manually Run Reports - Snorby/snorby GitHub Wiki
Go to your snorby directory and drop into the rails console:
rails c
Then run:
ReportMailer.daily_report.deliver, ReportMailer.weekly_report.deliver, ReportMailer.monthly_report.deliver
Go to your snorby directory and drop into the rails console:
rails c
Then run:
ReportMailer.daily_report.deliver, ReportMailer.weekly_report.deliver, ReportMailer.monthly_report.deliver