Seafile Pro 7.1.0 Beta - Error "django_smtp_ssl"

hi
on the demo version of seafile pro server 7.1.0 beta, it is impossible to send emails, here is the error I see in seahub:

2020-02-21 06:22:06,833 [ERROR] seahub.api2.endpoints.send_share_link_email:111 post No module named ‘django_smtp_ssl’

Debian 10
thanks in advance

Hi @Cisco,
did you follow the how-to at upgrade_notes_for_7.1.x?

yes, I followed the update notes …

hi
the problem is solved by executing this command :

pip3 install django-smtp-ssl

1 Like