incubator-answer icon indicating copy to clipboard operation
incubator-answer copied to clipboard

send email dial fail

Open weizhii opened this issue 3 years ago • 4 comments

/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

weizhii avatar Oct 28 '22 10:10 weizhii

  1. Check if your SMTP configuration that on the admin page is correct.
  2. 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.

LinkinStars avatar Oct 28 '22 11:10 LinkinStars

image /internal/migrations/init.go The mail channel should be configured independently

halobug avatar Nov 02 '22 03:11 halobug

This email configuration is just a default configuration. You can configure SMTP through the interface. image

LinkinStars avatar Nov 02 '22 03:11 LinkinStars

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

Thanks

halobug avatar Nov 02 '22 03:11 halobug