Describe the bug
A clear and concise description of what the bug is.
When I would like to reset password with email i got this error...
Logs
Stacktrace from authentik
```
Traceback (most recent call last):
File "/authentik/flows/views/executor.py", line 286, in get
stage_response = self.current_stage_view.dispatch(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/ak-root/venv/lib/python3.12/site-packages/django/views/generic/base.py", line 143, in dispatch
return handler(request, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/authentik/stages/email/stage.py", line 154, in get
self.send_email()
File "/authentik/stages/email/stage.py", line 112, in send_email
message = TemplateEmailMessage(
^^^^^^^^^^^^^^^^^^^^^
File "/authentik/stages/email/utils.py", line 35, in __init__
sanitized_to.append(sanitize_address((recipient_name, recipient_email), "utf-8"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/ak-root/venv/lib/python3.12/site-packages/django/core/mail/message.py", line 101, in sanitize_address
raise ValueError(f'Invalid address "{address}"')
builtins.ValueError: Invalid address ""
```
Version and Deployment (please complete the following information):
Describe the bug A clear and concise description of what the bug is. When I would like to reset password with email i got this error...
Logs
Stacktrace from authentik
``` Traceback (most recent call last): File "/authentik/flows/views/executor.py", line 286, in get stage_response = self.current_stage_view.dispatch(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/ak-root/venv/lib/python3.12/site-packages/django/views/generic/base.py", line 143, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/authentik/stages/email/stage.py", line 154, in get self.send_email() File "/authentik/stages/email/stage.py", line 112, in send_email message = TemplateEmailMessage( ^^^^^^^^^^^^^^^^^^^^^ File "/authentik/stages/email/utils.py", line 35, in __init__ sanitized_to.append(sanitize_address((recipient_name, recipient_email), "utf-8")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/ak-root/venv/lib/python3.12/site-packages/django/core/mail/message.py", line 101, in sanitize_address raise ValueError(f'Invalid address "{address}"') builtins.ValueError: Invalid address "" ```Version and Deployment (please complete the following information):