Patch Changes
-
#506
6bcb2a7
Thanks @CorentinTh! - Added the possibility to define patterns for email intake username generation -
#504
936bc2b
Thanks @CorentinTh! - Split the intake-email username generation from the email address creation, some changes regarding the configuration when using therandom
driver.# Old configuration INTAKE_EMAILS_DRIVER=random-username INTAKE_EMAILS_EMAIL_GENERATION_DOMAIN=mydomain.com # New configuration INTAKE_EMAILS_DRIVER=catch-all INTAKE_EMAILS_CATCH_ALL_DOMAIN=mydomain.com INTAKE_EMAILS_USERNAME_DRIVER=random
-
#504
936bc2b
Thanks @CorentinTh! - Added the possibility to configure OwlRelay domain