Outlook html support

I just noticed that the emails sent by manager aren’t exactly the best looking emails when viewed in Outlook.

The reason as I realized is that manager deletes all tag attributes for tables like align, cellpadding and cellspacing from the email body after the send button gets clicked

I know that these are probably deprecated and that Outlook desktop app is a relic, but there’s quite a lot of people using it.

Dear @lubos, can we please keep these tags in the sent emails. You can delete those tags from the display in the emails tab.

Sorted out, the entire layout should be made using nested tables. For center alignment and fluidity, I had to use a mixture of pixel, percentage and auto widths.

That should do for now.