You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to send a test mail via the admin interface (/admin/config which uses /admin/config/test_mail), Gitea responds with a 500 Internal Server Error.
I'm not an expert in Go, but I believe this is because the testmail body from
Description
When trying to send a test mail via the admin interface (
/admin/config
which uses/admin/config/test_mail
), Gitea responds with a 500 Internal Server Error.I'm not an expert in Go, but I believe this is because the testmail body from
gitea/models/mail.go
Line 43 in 95c408f
gitea/modules/mailer/mailer.go
Line 44 in 95c408f
You can find the stacktrace in the log gist.
The text was updated successfully, but these errors were encountered: