mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #804] SMTP with fastmail not working #567
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#567
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 @ramlev on GitHub (Mar 17, 2023).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/804
I have installed healthchecks on my own server with docker, and i cannot get the smtp to work.
I have these settings in the environment section in docker-compose.yml
and i dont get any email when trying to enable OTP or any email reports, what am i doing wrong
@KiwiActinidia commented on GitHub (Mar 19, 2023):
I have the same problem with a self-hosted email server
@cuu508 commented on GitHub (Apr 3, 2023):
@ramlev can you test if these credentials work for sending email from the same machine, but from any software other than Healthchecks?
@ramlev commented on GitHub (Apr 3, 2023):
It does
@cuu508 commented on GitHub (Apr 3, 2023):
When you send email (let's say, during signup), do you see any error messages in docker-compose output?
Is the
DEFAULT_FROM_EMAILenv var set to the same value asEMAIL_HOST_USER? I just tested with Fastmail credentials and initially got this error in docker-compose logs:This was because the
DEFAULT_FROM_EMAILwas set to an incorrect value that Fastmail refused to send emails from. Once I fixed that, I received email from Fastmail in Gmail inbox using these settings: