-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
No emails are being sent, nothing in logs #3424
Comments
Sorry to bump old threads, but I really like this software and would like to help in any way: Mind you, a successful run will empty the queue, so if the agent thinks it succeeded, you may not have anything to send immediately after a silently-failed run. |
I'm running huginn using the multi-process image
ghcr.io/huginn/huginn
, which is not sending emails. I made sure to enable production mode by settingRAILS_ENV=production
which made no change. I tried to setSEND_EMAIL_IN_DEVELOPMENT
totrue
, which also made no change.The email agent says its not working. I ran the agent with
Actions > Run
, then checked the logs of the agent, but its empty:I checked the container logs but I'm not seeing any errors. I checked my SMTP relay logs and its not showing any incoming connections. Here's the logs after starting up and running the job a few times:
I'm pretty stumped on this, not sure what else to look at. If there's a way to enable debug logs, maybe those could help.
The text was updated successfully, but these errors were encountered: