forked from coop-cloud/vikunja
fix: only set smtp secret when mailer is configured #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/mailer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This fixes a bug where Vikunja would not start because the smtp secret was not set. It would show nothing in the logs but
docker inspecton the host yieldsThis change fixes that by checking if the mailer is enabled.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.