Check_user_quota do not send mail [Seafile Pro 7.1.7]

Hello,
When I use the command

> root@/opt/seafile/seafile-server-latest - [] # ./seahub.sh python-env python3 seahub/manage.py check_user_quota

LC_ALL is not set in ENV, set to en_US.UTF-8
Done
Done.

I have the Done Done result but my my users above 90% quota do not receive any mail.
The configuration for sending mail works well because seafile sends invitations and reports every 4 hours.

Ps: I use the command with python3 because with python I have the following error No module named parse while it is well installed

   >  root@/opt/seafile/seafile-server-latest - [] # ./seahub.sh python-env python seahub/manage.py check_user_quota
LC_ALL is not set in ENV, set to en_US.UTF-8
Traceback (most recent call last):
  File "seahub/manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/opt/seafile/seafile-pro-server-7.1.7/seahub/thirdpart/django/core/management/__init__.py", line 364, in execute_from_command_line
    utility.execute()
  File "/opt/seafile/seafile-pro-server-7.1.7/seahub/thirdpart/django/core/management/__init__.py", line 308, in execute
    settings.INSTALLED_APPS
  File "/opt/seafile/seafile-pro-server-7.1.7/seahub/thirdpart/django/conf/__init__.py", line 56, in __getattr__
    self._setup(name)
  File "/opt/seafile/seafile-pro-server-7.1.7/seahub/thirdpart/django/conf/__init__.py", line 41, in _setup
    self._wrapped = Settings(settings_module)
  File "/opt/seafile/seafile-pro-server-7.1.7/seahub/thirdpart/django/conf/__init__.py", line 110, in __init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/opt/seafile/seafile-pro-server-7.1.7/seahub/seahub/__init__.py", line 6, in <module>
    from .handlers import repo_created_cb, repo_deleted_cb, clean_up_repo_trash_cb, \
  File "/opt/seafile/seafile-pro-server-7.1.7/seahub/seahub/handlers.py", line 4, in <module>
    from . import settings
  File "/opt/seafile/seafile-pro-server-7.1.7/seahub/seahub/settings.py", line 9, in <module>
    from seaserv import FILE_SERVER_ROOT, FILE_SERVER_PORT, SERVICE_URL
  File "/opt/seafile/seafile-pro-server-7.1.7/seafile/lib64/python3.6/site-packages/seaserv/__init__.py", line 1, in <module>
    from . import service
  File "/opt/seafile/seafile-pro-server-7.1.7/seafile/lib64/python3.6/site-packages/seaserv/service.py", line 7, in <module>
    from urllib.parse import urlparse
ImportError: No module named parse
Done.

Help Meeeeee :smiley: Please :wink: