[2026-06-11 10:30:23,463] INFO apps.suppliers.views: Skipping duplicate notification for invoice 53816118
[2026-06-11 10:31:07,619] INFO apps.core.email: Email sent to ['newsupplier@example.com']: Payment Received — Invoice #53816118
[2026-06-11 10:31:08,373] WARNING django.request: Not Found: /api/v1/suppliers/webhook/500.shtml
[2026-06-11 10:32:07,180] ERROR django.request: Internal Server Error: /admin/suppliers/suppliertransaction/
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/sessions/backends/base.py", line 187, in _get_session
    return self._session_cache
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 89, in _execute
    return self.cursor.execute(sql, params)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/sqlite3/base.py", line 328, in execute
    return super().execute(query, params)
sqlite3.OperationalError: no such table: django_session

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/Rfoof-Pay/apps/core/middleware.py", line 26, in __call__
    if hasattr(request, "user") and request.user.is_authenticated:
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/functional.py", line 419, in _setup
    self._wrapped = self._setupfunc()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/auth/middleware.py", line 25, in <lambda>
    request.user = SimpleLazyObject(lambda: get_user(request))
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/auth/middleware.py", line 11, in get_user
    request._cached_user = auth.get_user(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/auth/__init__.py", line 191, in get_user
    user_id = _get_user_session_key(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/auth/__init__.py", line 60, in _get_user_session_key
    return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/sessions/backends/base.py", line 53, in __getitem__
    return self._session[key]
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/sessions/backends/base.py", line 192, in _get_session
    self._session_cache = self.load()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/sessions/backends/db.py", line 42, in load
    s = self._get_session_from_db()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/sessions/backends/db.py", line 32, in _get_session_from_db
    return self.model.objects.get(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/query.py", line 635, in get
    num = len(clone)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/query.py", line 382, in __len__
    self._fetch_all()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/query.py", line 1886, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/query.py", line 93, in __iter__
    results = compiler.execute_sql(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/sql/compiler.py", line 1562, in execute_sql
    cursor.execute(sql, params)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 102, in execute
    return super().execute(sql, params)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 67, in execute
    return self._execute_with_wrappers(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 80, in _execute_with_wrappers
    return executor(sql, params, many, context)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 89, in _execute
    return self.cursor.execute(sql, params)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/utils.py", line 91, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 89, in _execute
    return self.cursor.execute(sql, params)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/sqlite3/base.py", line 328, in execute
    return super().execute(query, params)
django.db.utils.OperationalError: no such table: django_session
[2026-06-11 10:32:16,748] ERROR django.request: Internal Server Error: /admin/suppliers/suppliertransaction/
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/sessions/backends/base.py", line 187, in _get_session
    return self._session_cache
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 89, in _execute
    return self.cursor.execute(sql, params)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/sqlite3/base.py", line 328, in execute
    return super().execute(query, params)
sqlite3.OperationalError: no such table: django_session

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/Rfoof-Pay/apps/core/middleware.py", line 26, in __call__
    if hasattr(request, "user") and request.user.is_authenticated:
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/functional.py", line 419, in _setup
    self._wrapped = self._setupfunc()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/auth/middleware.py", line 25, in <lambda>
    request.user = SimpleLazyObject(lambda: get_user(request))
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/auth/middleware.py", line 11, in get_user
    request._cached_user = auth.get_user(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/auth/__init__.py", line 191, in get_user
    user_id = _get_user_session_key(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/auth/__init__.py", line 60, in _get_user_session_key
    return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/sessions/backends/base.py", line 53, in __getitem__
    return self._session[key]
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/sessions/backends/base.py", line 192, in _get_session
    self._session_cache = self.load()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/sessions/backends/db.py", line 42, in load
    s = self._get_session_from_db()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/sessions/backends/db.py", line 32, in _get_session_from_db
    return self.model.objects.get(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/query.py", line 635, in get
    num = len(clone)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/query.py", line 382, in __len__
    self._fetch_all()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/query.py", line 1886, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/query.py", line 93, in __iter__
    results = compiler.execute_sql(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/sql/compiler.py", line 1562, in execute_sql
    cursor.execute(sql, params)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 102, in execute
    return super().execute(sql, params)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 67, in execute
    return self._execute_with_wrappers(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 80, in _execute_with_wrappers
    return executor(sql, params, many, context)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 89, in _execute
    return self.cursor.execute(sql, params)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/utils.py", line 91, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 89, in _execute
    return self.cursor.execute(sql, params)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/sqlite3/base.py", line 328, in execute
    return super().execute(query, params)
django.db.utils.OperationalError: no such table: django_session
[2026-06-11 10:32:24,465] ERROR django.request: Internal Server Error: /admin/s
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/sessions/backends/base.py", line 187, in _get_session
    return self._session_cache
AttributeError: 'SessionStore' object has no attribute '_session_cache'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 89, in _execute
    return self.cursor.execute(sql, params)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/sqlite3/base.py", line 328, in execute
    return super().execute(query, params)
sqlite3.OperationalError: no such table: django_session

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/Rfoof-Pay/apps/core/middleware.py", line 26, in __call__
    if hasattr(request, "user") and request.user.is_authenticated:
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/functional.py", line 266, in inner
    self._setup()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/functional.py", line 419, in _setup
    self._wrapped = self._setupfunc()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/auth/middleware.py", line 25, in <lambda>
    request.user = SimpleLazyObject(lambda: get_user(request))
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/auth/middleware.py", line 11, in get_user
    request._cached_user = auth.get_user(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/auth/__init__.py", line 191, in get_user
    user_id = _get_user_session_key(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/auth/__init__.py", line 60, in _get_user_session_key
    return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/sessions/backends/base.py", line 53, in __getitem__
    return self._session[key]
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/sessions/backends/base.py", line 192, in _get_session
    self._session_cache = self.load()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/sessions/backends/db.py", line 42, in load
    s = self._get_session_from_db()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/contrib/sessions/backends/db.py", line 32, in _get_session_from_db
    return self.model.objects.get(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/manager.py", line 87, in manager_method
    return getattr(self.get_queryset(), name)(*args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/query.py", line 635, in get
    num = len(clone)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/query.py", line 382, in __len__
    self._fetch_all()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/query.py", line 1886, in _fetch_all
    self._result_cache = list(self._iterable_class(self))
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/query.py", line 93, in __iter__
    results = compiler.execute_sql(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/models/sql/compiler.py", line 1562, in execute_sql
    cursor.execute(sql, params)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 102, in execute
    return super().execute(sql, params)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 67, in execute
    return self._execute_with_wrappers(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 80, in _execute_with_wrappers
    return executor(sql, params, many, context)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 89, in _execute
    return self.cursor.execute(sql, params)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/utils.py", line 91, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/utils.py", line 89, in _execute
    return self.cursor.execute(sql, params)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/db/backends/sqlite3/base.py", line 328, in execute
    return super().execute(query, params)
django.db.utils.OperationalError: no such table: django_session
[2026-06-11 10:33:54,863] WARNING django.request: Not Found: /admin/s
[2026-06-11 10:40:22,449] WARNING apps.suppliers.views: Webhook rejected: no signature header present
[2026-06-11 10:40:22,451] WARNING django.request: Forbidden: /api/v1/suppliers/webhooks/payment/
[2026-06-11 10:41:12,534] WARNING django.request: Bad Request: /api/v1/suppliers/webhooks/payment/
[2026-06-11 10:43:19,961] INFO apps.core.email: Email sent to ['newsupplier@example.com']: Payment Received — Invoice #53816118
[2026-06-11 10:43:20,876] WARNING django.request: Not Found: /api/v1/suppliers/webhook/500.shtml
[2026-06-11 10:43:50,914] INFO apps.suppliers.views: Skipping duplicate notification for invoice 53816118
[2026-06-11 10:44:20,263] INFO apps.suppliers.views: Skipping duplicate notification for invoice 53816118
[2026-06-11 10:52:36,247] INFO apps.suppliers.views: Skipping duplicate notification for invoice 53816118
[2026-06-11 10:53:01,099] INFO apps.suppliers.views: Skipping duplicate notification for invoice 53816118
[2026-06-11 10:57:04,075] INFO apps.core.email: Email sent to ['newsupplier@example.com']: Payment Received — Invoice #53816118
[2026-06-11 10:57:05,103] WARNING django.request: Not Found: /api/v1/suppliers/webhook/500.shtml
[2026-06-11 10:57:39,611] INFO apps.suppliers.views: Skipping duplicate notification for invoice 53816118
[2026-06-11 10:57:41,315] INFO apps.suppliers.views: Skipping duplicate notification for invoice 53816118
[2026-06-11 10:57:42,902] INFO apps.suppliers.views: Skipping duplicate notification for invoice 53816118
[2026-06-11 10:57:44,435] INFO apps.suppliers.views: Skipping duplicate notification for invoice 53816118
[2026-06-11 10:57:45,860] INFO apps.suppliers.views: Skipping duplicate notification for invoice 53816118
[2026-06-11 10:57:47,413] INFO apps.suppliers.views: Skipping duplicate notification for invoice 53816118
[2026-06-11 10:57:48,972] INFO apps.suppliers.views: Skipping duplicate notification for invoice 53816118
[2026-06-11 10:57:50,845] INFO apps.suppliers.views: Skipping duplicate notification for invoice 53816118
[2026-06-11 11:18:09,529] WARNING apps.suppliers.views: Webhook rejected: signature mismatch
[2026-06-11 11:18:09,530] WARNING django.request: Forbidden: /api/v1/suppliers/webhooks/payment/
[2026-06-11 11:19:16,270] WARNING apps.suppliers.views: Webhook rejected: signature mismatch
[2026-06-11 11:19:16,271] WARNING django.request: Forbidden: /api/v1/suppliers/webhooks/payment/
[2026-06-11 11:20:31,401] WARNING apps.suppliers.views: Webhook rejected: signature mismatch
[2026-06-11 11:20:31,402] WARNING django.request: Forbidden: /api/v1/suppliers/webhooks/payment/
[2026-06-11 11:21:46,596] WARNING apps.suppliers.views: Webhook rejected: signature mismatch
[2026-06-11 11:21:46,597] WARNING django.request: Forbidden: /api/v1/suppliers/webhooks/payment/
[2026-06-11 12:32:04,264] WARNING django.request: Not Found: /robots.txt
[2026-06-11 13:01:00,804] WARNING django.request: Not Found: /dispatch.cgi/
[2026-06-11 13:51:09,021] WARNING django.request: Not Found: /501.shtml
[2026-06-11 14:26:56,225] WARNING django.request: Not Found: /robots.txt
[2026-06-11 15:04:38,000] WARNING django.request: Not Found: /dispatch.cgi/
[2026-06-11 15:22:57,567] WARNING django.request: Not Found: /robots.txt
[2026-06-11 23:49:17,516] WARNING django.request: Not Found: /favicon.ico
[2026-06-12 00:58:02,870] WARNING django.request: Not Found: /robots.txt
[2026-06-12 01:14:49,459] WARNING django.request: Not Found: /favicon.ico
[2026-06-12 01:14:57,877] WARNING django.request: Not Found: /favicon.ico
[2026-06-12 04:04:47,790] WARNING django.request: Not Found: /robots.txt
[2026-06-12 05:22:09,628] WARNING django.request: Not Found: /robots.txt
[2026-06-12 05:37:52,765] WARNING django.request: Not Found: /robots.txt
[2026-06-12 06:39:35,177] WARNING django.request: Not Found: /404.shtml
[2026-06-12 09:10:23,797] WARNING django.request: Not Found: /robots.txt
[2026-06-12 12:28:24,985] WARNING django.request: Not Found: /robots.txt
[2026-06-12 12:28:52,265] WARNING django.request: Not Found: /dispatch.cgi/
[2026-06-12 12:32:53,727] WARNING django.request: Not Found: /staticfiles/admin/js/vendor/xregexp/([^
[2026-06-12 13:02:48,365] WARNING django.request: Not Found: /favicon.ico
[2026-06-12 13:11:27,634] INFO apps.core.email: Email sent to ['newsupplier@example.com']: Payment Received — Invoice #99999
[2026-06-12 13:15:17,308] INFO apps.core.email: Email sent to ['devmohamedwahba@gmail.com']: Payment Received — Invoice #99998
[2026-06-12 13:32:10,661] INFO apps.core.email: Email sent to ['devmohamedwahba@gmail.com']: Payment Received — Invoice #99996
[2026-06-12 13:36:50,070] WARNING django.request: Not Found: /favicon.ico
[2026-06-12 13:36:55,925] WARNING django.request: Not Found: /favicon.ico
[2026-06-12 13:45:29,672] WARNING django.request: Unauthorized: /api/v1/auth/jwt/create/
[2026-06-12 13:45:50,942] WARNING django.request: Unauthorized: /api/v1/auth/jwt/create/
[2026-06-12 13:46:28,055] WARNING django.request: Unauthorized: /api/v1/suppliers/me/
[2026-06-12 13:48:21,591] WARNING django.request: Unauthorized: /api/v1/suppliers/me/payments/
[2026-06-12 13:48:36,153] ERROR django.request: Bad Gateway: /api/v1/suppliers/me/payments/
[2026-06-12 13:54:35,778] ERROR apps.core.email: Failed to send email to ['islamxdeveloper@gmail.com']: Payment Received — Invoice #54018587
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.office365.com'. (_ssl.c:1147)
[2026-06-12 13:54:35,790] ERROR django.request: Internal Server Error: /api/v1/suppliers/webhooks/payment/
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/decorators/csrf.py", line 56, in wrapper_view
    return view_func(*args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/generic/base.py", line 105, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/views.py", line 402, in post
    notify_supplier_payment_success(profile.user, email_data)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/notifications.py", line 23, in notify_supplier_payment_success
    return EmailService.send(
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.office365.com'. (_ssl.c:1147)
[2026-06-12 13:55:38,640] ERROR apps.core.email: Failed to send email to ['islamxdeveloper@gmail.com']: Payment Received — Invoice #54018587
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.office365.com'. (_ssl.c:1147)
[2026-06-12 13:55:38,649] ERROR django.request: Internal Server Error: /api/v1/suppliers/webhooks/payment/
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/decorators/csrf.py", line 56, in wrapper_view
    return view_func(*args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/generic/base.py", line 105, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/views.py", line 402, in post
    notify_supplier_payment_success(profile.user, email_data)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/notifications.py", line 23, in notify_supplier_payment_success
    return EmailService.send(
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.office365.com'. (_ssl.c:1147)
[2026-06-12 13:56:39,037] ERROR apps.core.email: Failed to send email to ['islamxdeveloper@gmail.com']: Payment Received — Invoice #54018587
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.office365.com'. (_ssl.c:1147)
[2026-06-12 13:56:39,048] ERROR django.request: Internal Server Error: /api/v1/suppliers/webhooks/payment/
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/decorators/csrf.py", line 56, in wrapper_view
    return view_func(*args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/generic/base.py", line 105, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/views.py", line 402, in post
    notify_supplier_payment_success(profile.user, email_data)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/notifications.py", line 23, in notify_supplier_payment_success
    return EmailService.send(
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.office365.com'. (_ssl.c:1147)
[2026-06-12 13:57:54,081] ERROR apps.core.email: Failed to send email to ['islamxdeveloper@gmail.com']: Payment Received — Invoice #54018587
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.office365.com'. (_ssl.c:1147)
[2026-06-12 13:57:54,089] ERROR django.request: Internal Server Error: /api/v1/suppliers/webhooks/payment/
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/decorators/csrf.py", line 56, in wrapper_view
    return view_func(*args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/generic/base.py", line 105, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/views.py", line 402, in post
    notify_supplier_payment_success(profile.user, email_data)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/notifications.py", line 23, in notify_supplier_payment_success
    return EmailService.send(
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.office365.com'. (_ssl.c:1147)
[2026-06-12 14:05:36,671] WARNING django.request: Unauthorized: /api/v1/suppliers/me/payment-methods/
[2026-06-12 14:05:47,916] ERROR apps.core.email: Failed to send email to ['islamxdeveloper@gmail.com']: Payment Received — Invoice #54019786
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.outlook.office365.com'. (_ssl.c:1147)
[2026-06-12 14:05:47,925] ERROR django.request: Internal Server Error: /api/v1/suppliers/webhooks/payment/
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/decorators/csrf.py", line 56, in wrapper_view
    return view_func(*args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/generic/base.py", line 105, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/views.py", line 402, in post
    notify_supplier_payment_success(profile.user, email_data)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/notifications.py", line 23, in notify_supplier_payment_success
    return EmailService.send(
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.outlook.office365.com'. (_ssl.c:1147)
[2026-06-12 14:05:53,901] WARNING django.request: Unauthorized: /api/v1/suppliers/me/transactions/
[2026-06-12 14:06:55,323] ERROR apps.core.email: Failed to send email to ['islamxdeveloper@gmail.com']: Payment Received — Invoice #54019786
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.outlook.office365.com'. (_ssl.c:1147)
[2026-06-12 14:06:55,332] ERROR django.request: Internal Server Error: /api/v1/suppliers/webhooks/payment/
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/decorators/csrf.py", line 56, in wrapper_view
    return view_func(*args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/generic/base.py", line 105, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/views.py", line 402, in post
    notify_supplier_payment_success(profile.user, email_data)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/notifications.py", line 23, in notify_supplier_payment_success
    return EmailService.send(
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.outlook.office365.com'. (_ssl.c:1147)
[2026-06-12 14:08:10,663] ERROR apps.core.email: Failed to send email to ['islamxdeveloper@gmail.com']: Payment Received — Invoice #54019786
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.outlook.office365.com'. (_ssl.c:1147)
[2026-06-12 14:08:10,676] ERROR django.request: Internal Server Error: /api/v1/suppliers/webhooks/payment/
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/decorators/csrf.py", line 56, in wrapper_view
    return view_func(*args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/generic/base.py", line 105, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/views.py", line 402, in post
    notify_supplier_payment_success(profile.user, email_data)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/notifications.py", line 23, in notify_supplier_payment_success
    return EmailService.send(
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.outlook.office365.com'. (_ssl.c:1147)
[2026-06-12 14:09:25,658] ERROR apps.core.email: Failed to send email to ['islamxdeveloper@gmail.com']: Payment Received — Invoice #54019786
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.outlook.office365.com'. (_ssl.c:1147)
[2026-06-12 14:09:25,668] ERROR django.request: Internal Server Error: /api/v1/suppliers/webhooks/payment/
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/decorators/csrf.py", line 56, in wrapper_view
    return view_func(*args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/generic/base.py", line 105, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/views.py", line 402, in post
    notify_supplier_payment_success(profile.user, email_data)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/notifications.py", line 23, in notify_supplier_payment_success
    return EmailService.send(
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.outlook.office365.com'. (_ssl.c:1147)
[2026-06-12 15:32:02,374] WARNING django.request: Not Found: /404.shtml
[2026-06-12 16:18:30,430] WARNING django.request: Not Found: /robots.txt
[2026-06-12 16:33:35,455] WARNING django.request: Not Found: /favicon.ico
[2026-06-12 16:33:36,431] WARNING django.request: Not Found: /favicon.png
[2026-06-12 16:34:29,628] WARNING django.request: Not Found: /favicon.ico
[2026-06-12 16:40:38,608] ERROR apps.core.email: Failed to send email to ['devmohamedwahba@gmail.com']: Payment Received — Invoice #99994
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 85, in open
    self.connection = self.connection_class(
  File "/usr/lib64/python3.9/smtplib.py", line 255, in __init__
    (code, msg) = self.connect(host, port)
  File "/usr/lib64/python3.9/smtplib.py", line 343, in connect
    (code, msg) = self.getreply()
  File "/usr/lib64/python3.9/smtplib.py", line 405, in getreply
    raise SMTPServerDisconnected("Connection unexpectedly closed")
smtplib.SMTPServerDisconnected: Connection unexpectedly closed
[2026-06-12 16:40:38,621] ERROR django.request: Internal Server Error: /api/v1/suppliers/webhooks/payment/
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/decorators/csrf.py", line 56, in wrapper_view
    return view_func(*args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/generic/base.py", line 105, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/views.py", line 402, in post
    notify_supplier_payment_success(profile.user, email_data)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/notifications.py", line 23, in notify_supplier_payment_success
    return EmailService.send(
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 85, in open
    self.connection = self.connection_class(
  File "/usr/lib64/python3.9/smtplib.py", line 255, in __init__
    (code, msg) = self.connect(host, port)
  File "/usr/lib64/python3.9/smtplib.py", line 343, in connect
    (code, msg) = self.getreply()
  File "/usr/lib64/python3.9/smtplib.py", line 405, in getreply
    raise SMTPServerDisconnected("Connection unexpectedly closed")
smtplib.SMTPServerDisconnected: Connection unexpectedly closed
[2026-06-12 16:41:53,122] ERROR apps.core.email: Failed to send email to ['devmohamedwahba@gmail.com']: Payment Received — Invoice #99994
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 85, in open
    self.connection = self.connection_class(
  File "/usr/lib64/python3.9/smtplib.py", line 255, in __init__
    (code, msg) = self.connect(host, port)
  File "/usr/lib64/python3.9/smtplib.py", line 343, in connect
    (code, msg) = self.getreply()
  File "/usr/lib64/python3.9/smtplib.py", line 405, in getreply
    raise SMTPServerDisconnected("Connection unexpectedly closed")
smtplib.SMTPServerDisconnected: Connection unexpectedly closed
[2026-06-12 16:41:53,131] ERROR django.request: Internal Server Error: /api/v1/suppliers/webhooks/payment/
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/decorators/csrf.py", line 56, in wrapper_view
    return view_func(*args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/generic/base.py", line 105, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/views.py", line 402, in post
    notify_supplier_payment_success(profile.user, email_data)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/notifications.py", line 23, in notify_supplier_payment_success
    return EmailService.send(
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 85, in open
    self.connection = self.connection_class(
  File "/usr/lib64/python3.9/smtplib.py", line 255, in __init__
    (code, msg) = self.connect(host, port)
  File "/usr/lib64/python3.9/smtplib.py", line 343, in connect
    (code, msg) = self.getreply()
  File "/usr/lib64/python3.9/smtplib.py", line 405, in getreply
    raise SMTPServerDisconnected("Connection unexpectedly closed")
smtplib.SMTPServerDisconnected: Connection unexpectedly closed
[2026-06-12 16:42:48,027] ERROR apps.core.email: Failed to send email to ['devmohamedwahba@gmail.com']: Payment Received — Invoice #99993
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 94, in open
    self.connection.login(self.username, self.password)
  File "/usr/lib64/python3.9/smtplib.py", line 750, in login
    raise last_exception
  File "/usr/lib64/python3.9/smtplib.py", line 739, in login
    (code, resp) = self.auth(
  File "/usr/lib64/python3.9/smtplib.py", line 662, in auth
    raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (535, b'Incorrect authentication data')
[2026-06-12 16:42:48,038] ERROR django.request: Internal Server Error: /api/v1/suppliers/webhooks/payment/
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/decorators/csrf.py", line 56, in wrapper_view
    return view_func(*args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/views/generic/base.py", line 105, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/views.py", line 402, in post
    notify_supplier_payment_success(profile.user, email_data)
  File "/home/rfoofpay/Rfoof-Pay/apps/suppliers/notifications.py", line 23, in notify_supplier_payment_success
    return EmailService.send(
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 94, in open
    self.connection.login(self.username, self.password)
  File "/usr/lib64/python3.9/smtplib.py", line 750, in login
    raise last_exception
  File "/usr/lib64/python3.9/smtplib.py", line 739, in login
    (code, resp) = self.auth(
  File "/usr/lib64/python3.9/smtplib.py", line 662, in auth
    raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (535, b'Incorrect authentication data')
[2026-06-12 16:58:52,525] WARNING django.request: Not Found: /robots.txt
[2026-06-12 16:59:09,947] WARNING django.request: Not Found: /dispatch.cgi/
[2026-06-12 17:03:15,651] WARNING django.request: Not Found: /staticfiles/admin/js/vendor/xregexp/([^
[2026-06-12 17:04:04,233] INFO apps.core.email: Email sent to ['devmohamedwahba@gmail.com']: Payment Received — Invoice #99992
[2026-06-12 17:04:05,075] WARNING django.request: Not Found: /api/v1/suppliers/webhook/500.shtml
[2026-06-12 17:04:47,464] INFO apps.suppliers.views: Skipping duplicate notification for invoice 99992
[2026-06-12 17:05:18,192] INFO apps.core.email: Email sent to ['devmohamedwahba@gmail.com']: Payment Received — Invoice #88001
[2026-06-12 17:05:18,901] WARNING django.request: Not Found: /api/v1/suppliers/webhook/500.shtml
[2026-06-12 17:05:45,776] INFO apps.suppliers.views: Skipping duplicate notification for invoice 88001
[2026-06-12 17:06:33,988] INFO apps.core.email: Email sent to ['devmohamedwahba@gmail.com']: Payment Received — Invoice #446829
[2026-06-12 17:06:34,746] WARNING django.request: Not Found: /api/v1/suppliers/webhook/500.shtml
[2026-06-12 17:28:06,300] WARNING django.request: Not Found: /favicon.ico
[2026-06-12 18:37:58,747] WARNING django.request: Unauthorized: /api/v1/auth/jwt/create/
[2026-06-12 18:38:10,381] WARNING django.request: Unauthorized: /api/v1/suppliers/me/
[2026-06-12 18:38:52,308] WARNING django.request: Unauthorized: /api/v1/auth/jwt/create/
[2026-06-12 18:39:20,140] WARNING django.request: Unauthorized: /api/v1/suppliers/me/transactions/
[2026-06-12 18:48:20,513] INFO apps.core.email: Email sent to ['devmohamedwahba@gmail.com']: Payment Received — Invoice #233395
[2026-06-12 18:48:21,284] WARNING django.request: Not Found: /api/v1/suppliers/webhook/500.shtml
[2026-06-12 18:52:03,412] INFO apps.core.email: Email sent to ['devmohamedwahba@gmail.com']: RfoofPay — SMTP Test
[2026-06-12 18:54:56,924] ERROR apps.core.email: Failed to send email to ['devmohamedwahba@gmail.com']: RfoofPay — SMTP Test
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 92, in open
    self.connection.starttls(context=self.ssl_context)
  File "/usr/lib64/python3.9/smtplib.py", line 790, in starttls
    self.sock = context.wrap_socket(self.sock,
  File "/usr/lib64/python3.9/ssl.py", line 501, in wrap_socket
    return self.sslsocket_class._create(
  File "/usr/lib64/python3.9/ssl.py", line 1076, in _create
    self.do_handshake()
  File "/usr/lib64/python3.9/ssl.py", line 1345, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'smtp.office365.com'. (_ssl.c:1147)
[2026-06-12 18:57:19,084] ERROR apps.core.email: Failed to send email to ['devmohamedwahba@gmail.com']: RfoofPay — SMTP Test
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 94, in open
    self.connection.login(self.username, self.password)
  File "/usr/lib64/python3.9/smtplib.py", line 750, in login
    raise last_exception
  File "/usr/lib64/python3.9/smtplib.py", line 739, in login
    (code, resp) = self.auth(
  File "/usr/lib64/python3.9/smtplib.py", line 662, in auth
    raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (535, b'Incorrect authentication data')
[2026-06-12 18:58:48,291] ERROR apps.core.email: Failed to send email to ['devmohamedwahba@gmail.com']: RfoofPay — SMTP Test
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 94, in open
    self.connection.login(self.username, self.password)
  File "/usr/lib64/python3.9/smtplib.py", line 750, in login
    raise last_exception
  File "/usr/lib64/python3.9/smtplib.py", line 739, in login
    (code, resp) = self.auth(
  File "/usr/lib64/python3.9/smtplib.py", line 662, in auth
    raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (535, b'Incorrect authentication data')
[2026-06-12 18:59:27,197] ERROR apps.core.email: Failed to send email to ['devmohamedwahba@gmail.com']: RfoofPay — SMTP Test
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 94, in open
    self.connection.login(self.username, self.password)
  File "/usr/lib64/python3.9/smtplib.py", line 750, in login
    raise last_exception
  File "/usr/lib64/python3.9/smtplib.py", line 739, in login
    (code, resp) = self.auth(
  File "/usr/lib64/python3.9/smtplib.py", line 662, in auth
    raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (535, b'Incorrect authentication data')
[2026-06-12 19:00:53,231] ERROR apps.core.email: Failed to send email to ['devmohamedwahba@gmail.com']: RfoofPay — SMTP Test
Traceback (most recent call last):
  File "/home/rfoofpay/Rfoof-Pay/apps/core/email.py", line 77, in send
    send_mail(
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/__init__.py", line 87, in send_mail
    return mail.send()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/message.py", line 299, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 127, in send_messages
    new_conn_created = self.open()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/mail/backends/smtp.py", line 94, in open
    self.connection.login(self.username, self.password)
  File "/usr/lib64/python3.9/smtplib.py", line 750, in login
    raise last_exception
  File "/usr/lib64/python3.9/smtplib.py", line 739, in login
    (code, resp) = self.auth(
  File "/usr/lib64/python3.9/smtplib.py", line 662, in auth
    raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (535, b'Incorrect authentication data')
[2026-06-12 20:39:16,774] WARNING django.request: Not Found: /robots.txt
[2026-06-12 21:35:36,001] WARNING django.request: Unauthorized: /api/v1/auth/jwt/create/
[2026-06-12 21:36:19,361] WARNING django.request: Unauthorized: /api/v1/auth/jwt/create/
[2026-06-12 21:36:37,969] WARNING django.request: Unauthorized: /api/v1/auth/jwt/create/
[2026-06-12 21:36:43,508] WARNING django.request: Unauthorized: /api/v1/auth/jwt/create/
[2026-06-12 21:47:05,665] WARNING django.request: Not Found: /favicon.ico
[2026-06-12 21:47:33,190] WARNING django.request: Not Found: /dispatch.cgi/
[2026-06-12 21:49:46,110] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 21:50:09,370] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 21:50:38,089] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 21:53:02,560] WARNING django.request: Not Found: /dispatch.cgi/
[2026-06-12 21:53:36,751] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 21:53:39,508] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 21:55:17,950] WARNING django.request: Unauthorized: /api/v1/auth/jwt/create/
[2026-06-12 21:55:38,356] WARNING django.request: Unauthorized: /api/v1/auth/jwt/create/
[2026-06-12 21:55:49,324] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 21:55:56,721] WARNING django.request: Unauthorized: /api/v1/auth/jwt/create/
[2026-06-12 21:56:07,461] WARNING django.request: Unauthorized: /api/v1/auth/jwt/create/
[2026-06-12 21:56:22,308] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 21:56:44,160] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 21:56:52,112] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 21:58:08,920] INFO apps.core.email: Email sent to ['devmohamedwahba@gmail.com']: RfoofPay — SMTP Test
[2026-06-12 22:00:41,956] WARNING django.request: Not Found: /robots.txt
[2026-06-12 22:00:43,512] INFO apps.core.email: Email sent to ['devmohamedwahba@gmail.com']: RfoofPay — SMTP Test
[2026-06-12 22:07:19,525] WARNING django.request: Unauthorized: /api/v1/suppliers/me/
[2026-06-12 22:10:42,185] WARNING django.request: Unauthorized: /api/v1/auth/jwt/create/
[2026-06-12 22:20:34,032] INFO apps.core.email: Email sent to ['islamxdeveloper@gmail.com']: Payment Received — Invoice #54059424
[2026-06-12 22:32:22,810] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:32:48,767] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:32:51,743] WARNING django.request: Not Found: /robots.txt
[2026-06-12 22:33:22,366] WARNING django.request: Not Found: /robots.txt
[2026-06-12 22:33:48,439] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:33:51,706] WARNING django.request: Not Found: /dispatch.cgi/
[2026-06-12 22:36:50,347] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:54:35,288] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:54:36,207] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:54:37,066] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:54:37,936] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:54:38,752] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:54:39,728] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:54:40,763] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:54:42,064] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:54:43,102] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:54:44,088] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:56:25,321] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:56:40,046] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:56:47,230] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 22:59:35,959] WARNING django.request: Not Found: /robots.txt
[2026-06-12 22:59:37,543] WARNING django.request: Not Found: /robots.txt
[2026-06-12 23:01:53,975] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 23:06:36,422] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 23:07:06,760] WARNING django.request: Not Found: /dispatch.cgi/
[2026-06-12 23:07:11,035] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 23:27:33,100] WARNING django.request: Not Found: /favicon.ico
[2026-06-12 23:42:23,487] WARNING django.request: Not Found: /favicon.ico
[2026-06-12 23:57:41,800] WARNING django.request: Not Found: /favicon.ico
[2026-06-12 23:59:03,039] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 23:59:29,558] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 23:59:34,782] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 23:59:38,628] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-12 23:59:43,533] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-13 00:01:03,731] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-13 00:12:34,063] WARNING django.request: Not Found: /favicon.ico
[2026-06-13 00:17:55,055] WARNING django.request: Not Found: /robots.txt
[2026-06-13 00:21:56,504] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-13 00:21:57,461] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-13 00:22:33,026] WARNING django.request: Not Found: /robots.txt
[2026-06-13 00:23:30,612] WARNING django.request: Not Found: /robots.txt
[2026-06-13 00:23:31,546] WARNING django.request: Not Found: /dispatch.cgi/
[2026-06-13 00:27:36,929] WARNING django.request: Not Found: /favicon.ico
[2026-06-13 00:59:06,808] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-13 00:59:09,705] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-13 01:00:34,635] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-13 01:00:37,757] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
[2026-06-13 01:28:36,828] WARNING django.request: Not Found: /robots.txt
[2026-06-13 01:29:05,660] ERROR django.security.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
Traceback (most recent call last):
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/utils/deprecation.py", line 133, in __call__
    response = self.process_request(request)
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/middleware/common.py", line 48, in process_request
    host = request.get_host()
  File "/home/rfoofpay/.local/lib/python3.9/site-packages/django/http/request.py", line 151, in get_host
    raise DisallowedHost(msg)
django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: 'mail.rfoof.io'. You may need to add 'mail.rfoof.io' to ALLOWED_HOSTS.
