fix: only set smtp secret when mailer is configured #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "kolaente/coop-cloud-vikunja: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.