mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Email Notification Not Working #3090
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#3090
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @denispollini on GitHub (Feb 1, 2024).
⚠️ Please verify that this question has NOT been raised before.
🛡️ Security Policy
📝 Describe your problem
Can't send notication email.
📝 Error Message(s) or Log
🐻 Uptime-Kuma Version
Versione: 1.23.11
💻 Operating System and Arch
Debian GNU/Linux 10 x86_64
🌐 Browser
Brave
🖥️ Deployment Environment
@denispollini commented on GitHub (Feb 1, 2024):
The version of uptime kuma is random because i don't know how to check in docker container
@apio-sys commented on GitHub (Feb 1, 2024):
Probably some issue with your underlying mail system. It really depends on what you are using for sending out email. A local sendmail() or exim or postfix, an external SMTP mail relay controlled by yourself or external, etc. Without that info and some initial troubleshooting steps hard to answer or help I think.
@CommanderStorm commented on GitHub (Feb 1, 2024):
Sorry, but we can't support version
1.10.0. Said release was made a while ago and digging into said code is not maintainable for us.I don't quite get what you are trying to tell us here.
If you are asking for a guide on how to update, please check here: https://github.com/louislam/uptime-kuma/wiki/%F0%9F%86%99-How-to-Update
For your actual issue, please ensure that you are using the exact configuration as in your mail program and that said configuration works there.
These might be related (without additional context from your side, we are unable to tell more..):
@denispollini commented on GitHub (Feb 1, 2024):
I checked my uptime kuma version and modified the 1st post
@denispollini commented on GitHub (Feb 1, 2024):
I use my mail server for send email.
This is my Uptime Kuma Configuration:
@denispollini commented on GitHub (Feb 2, 2024):
hi any news about it?
@CommanderStorm commented on GitHub (Feb 2, 2024):
I don't know any reason why your mail server is timeouting these requests, but not when you send them with the same credentials from your local machine.
I sort of suspect a networking issue or a copy and paste/differing configuration issue because sending mails works on my machine.
You can try if you can contact the mail server via https://github.com/louislam/uptime-kuma/wiki/Troubleshooting or look into your mailservers logs
@jspatel commented on GitHub (Feb 5, 2024):
I am running into same issue. As soon as I press test button for the SMTP mail, it throws error on docker console log. I am running 1.23.11.
I have checked the mail server and it is working fine. I also reset the password to ensure that it is not a typo.
I am using the hosted mail server provider and I have plenty of other emails in the same domain working fine. Uptime Kuma can't simply connect and send out the test email.
@CommanderStorm commented on GitHub (Feb 5, 2024):
I think I was unclear.
Could you try via https://github.com/louislam/uptime-kuma/wiki/Troubleshooting this is a networking issue on the path to your mail server and/or give us more intel on how to reproduce this (mail provider).
Currently, I cannot reproduce the mail notifications not working…
@axiomcs78 commented on GitHub (Mar 18, 2024):
Mail notif. are not working here either. Trying gmail. What email provider(s) are you using or which ones are known to work?
After setting it up, immediately after clicking Save I get the error msg "querya etimeout". Also happens with an MS365 email address. (hmm, I no longer see the ability to create Email monitors)
@github-actions[bot] commented on GitHub (May 17, 2024):
We are clearing up our old
help-issues and your issue has been open for 60 days with no activity.If no comment is made and the stale label is not removed, this issue will be closed in 7 days.
@nicopowa commented on GitHub (Nov 10, 2024):
Same error here, running Uptime Kuma and Docker MailServer running on the same machine.
Communications are blocked by ufw, which seems to be a known issue out there, lots of things to read before choosing the right conf.
[UFW BLOCK] IN=docker0 OUT= SRC={UPTIME_KUMA_CONTAINER_IP} DST={HOST_PUBLIC_IP} ... DF PROTO=TCP SPT=36832 DPT=465EDIT : added this ufw rule and double checked all rules and listening ports, mail delivered :)
ufw allow from 172.17.0.0/16 to any port 465 proto tcp@talaikis commented on GitHub (Jun 21, 2025):
AWS S3 doesn't work too while everything works fine elsewhere.