This question already has an answer here:
I want to change the from name of the email. I have used Django and python to build this. below I have attached the screenshot of the code snippet. there is an email address when i am receiving the mail its coming with the name of the mail(user). And I want to change the name of the Email came from by using the same email address. 1st image shows how I have set the code and the 2nd shows from which name I want to receive mail using same email(test@example.com) address. Code