mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 15:05:49 +03:00
[GH-ISSUE #397] smtplib.SMTPServerDisconnected: Connection unexpectedly closed #299
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#299
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 @Georege on GitHub (Jul 8, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/397
errors:
my settings
EMAIL_HOST = "smtp.exmail.qq.com"
EMAIL_PORT = "465"
EMAIL_HOST_USER = "test@test.com"
EMAIL_HOST_PASSWORD = "12345"
EMAIL_USE_TLS = "True"
EMAIL_USE_TLS = envbool("EMAIL_USE_TLS", "True")
What methods did I try
then Sending Emails success
but i dont know why?
@cuu508 commented on GitHub (Jul 8, 2020):
From Django docs:
@Georege commented on GitHub (Jul 9, 2020):
tank you very much!