PythBuster / savings_manager

The "Savings Manager" helps you to manage your savings. With the help of virtual accounts, budgets can be saved for various goals, and this is completely automated. ... (for more, check out the description in the README file!)
5 stars 2 forks source link

BE: send HTML emails with well formated html table #67

Closed PythBuster closed 2 months ago

PythBuster commented 2 months ago

Currently a plaintext email is sent with a more or less well formatted table.

TODOs:

PythBuster commented 2 months ago

Done.