Description
Currently configuring email authentication is only available under flags prefixed with notifications-
. This suggests to users that there will be different email configurations for different parts of the product, but this is not the case. Instead these flags should begin with email-
. The same applies to environment variables beginning with CODER_NOTIFICATIONS_EMAIL
.
To not break backwards compatibility the existing flags should not be removed, but instead kept as aliases for the new flags.