Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send email dial fail #44

Closed
weizhii opened this issue Oct 28, 2022 · 4 comments
Closed

send email dial fail #44

weizhii opened this issue Oct 28, 2022 · 4 comments
Labels
question Further information is requested

Comments

@weizhii
Copy link

weizhii commented Oct 28, 2022

/go/src/github.com/answerdev/answer/internal/service/export/email_service.go:108 send email to xxxxx@xxxxx.com failed: dial tcp 75.2.26.18:465: i/o timeout

can't connect 75.2.26.18:465

@LinkinStars
Copy link
Member

  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.

@mingcheng mingcheng added the help wanted Extra attention is needed label Oct 31, 2022
@halobug
Copy link

halobug commented Nov 2, 2022

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

@LinkinStars
Copy link
Member

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

@halobug
Copy link

halobug commented Nov 2, 2022

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

Thanks

@fenbox fenbox closed this as completed Nov 11, 2022
@fenbox fenbox added question Further information is requested and removed help wanted Extra attention is needed labels Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants