Skip to content

Commit

Permalink
fix: smtp server
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Aug 23, 2022
1 parent 0f57e64 commit b9170cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/start/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,9 @@ EOF

"GOTRUE_SMTP_HOST=" + utils.InbucketId,
"GOTRUE_SMTP_PORT=2500",
"GOTRUE_SMTP_USER=GOTRUE_SMTP_USER",
// NOTE: Needs to be empty string to bypass `unencrypted connection` error
// See https://github.com/go-gomail/gomail/issues/113
"GOTRUE_SMTP_USER=",
"GOTRUE_SMTP_PASS=GOTRUE_SMTP_PASS",
"[email protected]",
"GOTRUE_SMTP_MAX_FREQUENCY=1s",
Expand Down

0 comments on commit b9170cb

Please sign in to comment.