mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:47:32 +00:00
fix: SMTP config setup (#4272)
* fix: change default for SMTPSenderAddressMatchesInstanceDomain to false * fix: handle error in console
This commit is contained in:
@@ -361,7 +361,7 @@ DefaultInstance:
|
||||
DomainPolicy:
|
||||
UserLoginMustBeDomain: true
|
||||
ValidateOrgDomains: true
|
||||
SMTPSenderAddressMatchesInstanceDomain: true
|
||||
SMTPSenderAddressMatchesInstanceDomain: false
|
||||
LoginPolicy:
|
||||
AllowUsernamePassword: true
|
||||
AllowRegister: true
|
||||
|
Reference in New Issue
Block a user