I updated from version 18.0 to 19.0, everything works fine.
The email notification doesn’t work.
Is there probably in the cli a posibility to test the Email sending?
What else can I do?
There is a vkiunja testmail
command. What’s in the logs?
thanx
2022/08/16 17:43:48 No config file found, using default or config from environment variables.
2022-08-16T17:43:48.555279934Z: INFOcmd/func10 001 Sending testmail…
and then the CLI hangs and I have to break with “control+c”
where can I find the log files?
The logs are streamed to stdout if you didn’t configure a file where they should go instead.
If it hangs that usually means it’s trying to send the mail. If that takes long or eventually times out there might be connection issues from Vikunja to your mail server.
I use these settings, then it works
VIKUNJA_MAILER_FORCESSL: 0 VIKUNJA_MAILER_AUTHTYPE: plain VIKUNJA_MAILER_HOST: xxxx.xxxx.xxx VIKUNJA_MAILER_PORT: 587