fix: don't enable SMTP by default #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "smtp-not-enabled-by-default"
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?
See #8.
Otherwise, deployments are currently forced to configure SMTP even if they don't include
compose.smtp.yml
.https://github.com/dani-garcia/vaultwarden/discussions/4866
01fdacae52
to84c88473d9
👍
@ -0,0 +1 @@
Please add `SMTP_ENABLED=1` to your .env if you're using SMTP.
when you merge, and before tagging, could you add something like this to the release note?
In the spirit of coop-cloud/wallabag#4 (comment) I think this should probably be a major release. People using SMTP will have to add this env var or else their SMTP setup will be disabled 😱 I'll fix this PR up and add the release note also, thanks @fauno.
84c88473d9
to426c0c026f