Changes to the mail sending system to allow for a more fluent proccessing of the mails in regarts to the rate limiting
This commit is contained in:
@@ -22,7 +22,7 @@ def _resolve_public_base_url() -> str:
|
||||
subdomain = ''
|
||||
if tenant_context:
|
||||
subdomain = getattr(tenant_context, 'subdomain', '') or getattr(tenant_context, 'tenant_id', '') or ''
|
||||
return f"https://{subdomain}.invario.eu" if subdomain else "https://invario.eu"
|
||||
return (f"https://{subdomain}.invario-software.de") if subdomain else "https://invario-software.de"
|
||||
|
||||
|
||||
def _current_tenant_id() -> str:
|
||||
|
||||
Reference in New Issue
Block a user