2👍
✅
I managed to find here the answer to my problem after some more research.
The only thing I had to do was edit settings.py
and add this line:
EMAIL_BACKEND = 'django.core.mail.backends.locmem.EmailBackend'
Source:stackexchange.com