apache / incubator-answer

A Q&A platform software for teams at any scales. Whether it's a community forum, help center, or knowledge management platform, you can always count on Apache Answer.
https://answer.apache.org
Apache License 2.0
11.93k stars 872 forks source link

An error was reported when sending a test email #1001

Closed SkysMoon closed 1 week ago

SkysMoon commented 2 weeks ago

Describe the bug

An error was reported when sending a test email

2024-06-21 16:58:26 2024-06-21 16:58:26.741 INFO export/email_service.go:120 try to send email to 569568313@qq.com 2024-06-21 16:58:26 2024-06-21 16:58:26.990 ERROR export/email_service.go:149 send email to 569568313@qq.com failed: x509: certificate is valid for *.qiye.163.com, qiye.163.com, not smtp.znv.com 2024-06-21 17:00:00 sitemap cron execution

Expected behavior

Screenshots

image

Platform

sy-records commented 2 weeks ago

You can turn off authentication by setting the SKIP_SMTP_TLS_VERIFY environment variable.

SkysMoon commented 2 weeks ago

3q This method can solve the problem