incubator-answer
incubator-answer copied to clipboard
send email dial fail
/go/src/github.com/answerdev/answer/internal/service/export/email_service.go:108 send email to [email protected] failed: dial tcp 75.2.26.18:465: i/o timeout
can't connect 75.2.26.18:465
- Check if your SMTP configuration that on the admin page is correct.
- The i/o timeout is often caused by the inability to connect to the corresponding SMTP server, try to check whether the corresponding service provider is available.
/internal/migrations/init.go
The mail channel should be configured independently
This email configuration is just a default configuration. You can configure SMTP through the interface.

此电子邮件配置只是默认配置。您可以通过该界面配置 SMTP。
Thanks