Flask Mail: how to add custom name to the sender? Flask Mail: how to add custom name to the sender? flask flask

Flask Mail: how to add custom name to the sender?


You can set sender as tuple like so:

Message(    sender=('Firstname Lastname', 'from@me.com'))