Skip to content
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

Email alerts for docker images don't work anymore #1571

Closed
techsolo12 opened this issue Oct 15, 2023 · 3 comments · Fixed by #1788
Closed

Email alerts for docker images don't work anymore #1571

techsolo12 opened this issue Oct 15, 2023 · 3 comments · Fixed by #1788

Comments

@techsolo12
Copy link

Hello guys,

after the update from 2.9.23 to 2.9.37 the email notifications for docker images don't work anymore.
When a task failed no email alert or something else is shown in the task window.

Also no logs will be shown in container.
It seems that the container don't do nothing in background after the task failed.
I also tested the two images after 2.9.37 but there the issue also apear.
I wish i can post logs but there are no entry that show anything to relate to this issue.

@Menschomat
Copy link

I am facing this problem, too. Is 2.9.23 the last working version?

@tboerger
Copy link
Collaborator

tboerger commented Mar 2, 2024

You need to enable alerts for your user, otherwise there are no email alerts for failed tasks are sent.

Beside that I have done some fixing related to required headers for email alerts within #1788

@techsolo12
Copy link
Author

@tboerger i also have enabled email alters at user settings. With you fix it still wouldn't work for me.

config.json, with the same settings in docker-compose.yml

"email_alert": true,
"email_secure": true,
"email_sender": "ansible@domain.tld",
 "email_host": "smtp.mailserver.tld",
 "email_port": "465",
 "email_username": "admin@domain.tld",
 "email_password": "password",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants