Cant send email #197
Replies: 1 comment 3 replies
-
Hello, those values should work, how are you testing sending emails? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I have set up and successfully run docker instance candiddev/homechart
But no matter what I do I can't have it send email via SMTP, not even in DEBUG mode I can't see it.
I have set up the following variables for the docker container:
HOMECHART_SMTP_FROMADDRESS (email address)
HOMECHART_SMTP_HOSTNAME (smtp server url)
HOMECHART_SMTP_REPLYTO (same as HOMECHART_SMTP_FROMADDRESS)
HOMECHART_SMTP_PASSWORD (password for the email)
HOMECHART_SMTP_USERNAME (same as HOMECHART_SMTP_FROMADDRESS)
HOMECHART_SMTP_PORT (465)
Any idea how to test it, or what to do ?
Beta Was this translation helpful? Give feedback.
All reactions