I need to send an email from Django with 'Team Example' as a sender and by default, no-reply@example.com is used.
I have tried this as mentioned in other StackOverflow questions
DEFAULT_FROM_EMAIL = 'Team Example <noreply@example.com>'
in settings.py but it doesn't work.