Replies: 2 comments 3 replies
-
I have the same issue , any solution to this so far ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I just pushed a small change that will log the full error coming from node-mailer. Hopefully, that will help identify the issue here. You will need to pull the latest commit from the main branch and rebuild the image. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting this error, "SMTP server details are not configured or are incorrect" and I can't figure out what's wrong.
Here's what I have done so far:
docker-compose.yml
: only changed port from3000
to8016
due to port in use already..env
:docker-compose up -d
Yes, that final line is present twice.
Beta Was this translation helpful? Give feedback.
All reactions