Roznoshchik / Lurnby

A tool for active reading and personal knowledge management
https://www.lurnby.com
BSD 3-Clause "New" or "Revised" License
673 stars 17 forks source link

Email Sender Identification #21

Closed sharedphysics closed 1 year ago

sharedphysics commented 1 year ago

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.