dolfim / django-gmailapi-backend

Email backend for Django which sends email via the Gmail API
Apache License 2.0
32 stars 9 forks source link

Change Email Sender Name #8

Open lorisgir opened 2 years ago

lorisgir commented 2 years ago

Hi, thanks for this lib. I managed to correctly send emails using your backend, but I just need one more thing: is it possible to change the email sender name? For example, instead of having the name as "mymail@provider.com", something that can be completely different such as "Test". I tried with: send_mail(subject, message, 'Test <mymail@provider.com>", recipient_list) but when I received the email on gmail, I still saw mymail@provider.com as name.