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.
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.