i want this to disappear (<django....>) how can i do that
After i receive the email instead of showing the name of the gmail account it shows this
<django.db.models.query_utils.DeferredAttribute object at 0x03F93910>
This is not your answer for your question . If you would like to add more details to your question then EDIT your question.
- Vengat
@ Brunoseixas Can you show your VIEW & EMAIL_SETTINGS code to understand better?
I hope you have right settings as per doc here https://docs.djangoproject.com/en/3.1/topics/email/.
Also try add DEFAULT_FROM_EMAIL in your settings to make sure receive the correct name.