mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[GH-ISSUE #425] Issues with using Sendgrid SMTP API #318
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#318
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 @dalanmiller on GitHub (Sep 10, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/425
Expected Behavior
Expecting to send email with login link
Current Behavior
SMTP settings seem to error out, unclear what is causing the issue but I'm unsure any information is returned from the inability to connect.
This was working for me in previous image versions. It is unclear to me what has changed.
Steps to Reproduce
I'm currently Sendgrid's SMTP API and have set the following environment variables:
@cuu508 commented on GitHub (Sep 11, 2020):
Does this happen every time or was this an one-off error?
For sending emails on the hosted service, I'm using SMTP over port 587 as well, but the provider is AWS SES. I've seen a "Connection unexpectedly closed" error once or twice over the last few months.
@dalanmiller commented on GitHub (Sep 12, 2020):
@cuu508 this is now happening every time for me.
@ghost commented on GitHub (Sep 15, 2020):
I'm having an issue pinging from Azure. Azure is telling me that HC is not supporting TLS 1.2.
Any thoughts. Thanks. Jerry
@cuu508 commented on GitHub (Sep 15, 2020):
Hi @jerrylanejohns – that is a separate issue. If you are using the hosted service please contact me at contact@healthchecks.io about it!
@nimamahmoudi commented on GitHub (Oct 2, 2020):
I have the same issue as well, any fixes?
@cuu508 commented on GitHub (Oct 5, 2020):
FWIW I just signed up for a new Sendgrid account, verified a domain, and sent an email using their SMTP relay – the email arrived.
@dalanmiller, @nimamahmoudi I would check the following:
If the problem seems Sendgrid-specific, please contact their support.
Otherwise, check if your hosting provider is blocking port 587.