Authentication credentials are failed.
web | Internal Server Error: /accounts/email/ web | Traceback (most recent call last): web | File "/usr/local/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner web | response = get_response(request) web | ^^^^^^^^^^^^^^^^^^^^^ web | File "/usr/local/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response web | response = wrapped_callback(request, *callback_args, **callback_kwargs) web | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ web | File "/usr/local/lib/python3.12/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper web | return view_func(request, *args, **kwargs) web | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ web | File "/usr/local/lib/python3.12/site-packages/django/views/generic/base.py", line 104, in view web | return self.dispatch(request, *args, **kwargs) web | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ web | File "/usr/local/lib/python3.12/site-packages/rest_framework/views.py", line 509, in dispatch web | response = self.handle_exception(exc) web | ^^^^^^^^^^^^^^^^^^^^^^^^^^ web | File "/usr/local/lib/python3.12/site-packages/rest_framework/views.py", line 469, in handle_exception web | self.raise_uncaught_exception(exc) web | File "/usr/local/lib/python3.12/site-packages/rest_framework/views.py", line 480, in raise_uncaught_exception web | raise exc web | File "/usr/local/lib/python3.12/site-packages/rest_framework/views.py", line 506, in dispatch web | response = handler(request, *args, **kwargs) web | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ web | File "/usr/local/lib/python3.12/site-packages/rest_framework/decorators.py", line 50, in handler web | return func(*args, **kwargs) web | ^^^^^^^^^^^^^^^^^^^^^ web | File "/code/accounts/views.py", line 39, in send_email_notification web | email.send() web | File "/usr/local/lib/python3.12/site-packages/django/core/mail/message.py", line 301, in send web | return self.get_connection(fail_silently).send_messages([self]) web | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ web | File "/usr/local/lib/python3.12/site-packages/django/core/mail/backends/smtp.py", line 128, in send_messages web | new_conn_created = self.open() web | ^^^^^^^^^^^ web | File "/usr/local/lib/python3.12/site-packages/django/core/mail/backends/smtp.py", line 95, in open web | self.connection.login(self.username, self.password) web | File "/usr/local/lib/python3.12/smtplib.py", line 750, in login web | raise last_exception web | File "/usr/local/lib/python3.12/smtplib.py", line 739, in login web | (code, resp) = self.auth( web | ^^^^^^^^^^ web | File "/usr/local/lib/python3.12/smtplib.py", line 662, in auth web | raise SMTPAuthenticationError(code, resp) web | smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. For more information, go to\n5.7.8 https://support.google.com/mail/?p=BadCredentials 38308e7fff4ca-2eeb3475181sm6264361fa.78 - gsmtp')