Roznoshchik/Lurnby

Email Sender Identification

sharedphysics opened this issue · 0 comments

I received an email from Lurnby the other day that looked like this:
image

Looks like the sender name is coming through as "team" because of "team@lurnby.com" in the Config.py file.

To fix this, you can format the name as Name <email@domain.com>. Reference: https://stackoverflow.com/questions/44385652/add-senders-name-in-the-from-field-of-the-email-in-python

I did this in RecSys and it made my emails more user friendly & better branded.