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

Cannot test SMTP connection #96

Closed
fflorent opened this issue Jun 22, 2020 · 1 comment
Closed

Cannot test SMTP connection #96

fflorent opened this issue Jun 22, 2020 · 1 comment

Comments

@fflorent
Copy link

Just referencing an issue that has been fixed upstream in case other people meet it.

We cannot test SMTP connection though the admin panel.

The fix is here:
wekan/wekan@afcb8aa

Dirty workaround: modify /var/www/wekan/programs/server/app/app.js:15072 with:

-      if (!user.emails || !user.emails[0] || user.emails[0].address) {
+      if (!user.emails || !user.emails[0] || !user.emails[0].address) {

And restart wekan.

That should work now.

Don't hesitate to close the issue if you feel it is irrelevant, I won't bother :).

@kuba-orlik
Copy link

That worked for me, thanks!

@yalh76 yalh76 closed this as completed Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants