How to build an email that doesn't break in Outlook
Email clients are stuck in 2005 — flexbox, grid and external CSS are out. Here is the layout that survives, and how to build one without hand-writing tables.
Most teams pick between “everyone is an admin” and a permissions matrix nobody maintains. There is a middle path, and it takes about twenty minutes.
Small teams tend to run one of two permission models. The first is everyone-is-an-admin, which works beautifully until the day a contractor deletes a shared folder or a departing colleague still has access three months later. The second is a spreadsheet of who-can-do-what, drawn up once during an audit and never opened again.
The middle path is boring and effective: a handful of roles, assigned deliberately, reviewed occasionally. Here is how to get there without a project.
The instinct is to map roles onto seniority. That produces access nobody needs and blocks people who do. Sort by activity instead — most people fall into four buckets:
Almost everyone belongs to exactly one bucket for any given body of work, and the buckets map cleanly onto the roles most tools ship with. In Ettex they are Administrator, Editor, Commentator and Viewer, with Guest for someone who needs one document by link and nothing else.
Small teams routinely over-engineer this. You do not need a role per department, per-document exceptions as a habit, or an approval workflow for read access. Every extra rule is one more thing that will be wrong in six months and one more reason for someone to work around the system entirely — usually by emailing a copy of the file, which is exactly the outcome permissions exist to prevent.
If a permission scheme cannot be explained to a new joiner in two minutes, it will not be followed.
Two. One creates a single point of failure when they are on holiday; more than two and nobody feels accountable for settings and clean-up.
An editor changes the content. A commenter can read it and leave comments or suggestions, but cannot alter the text — the right default for reviewers and stakeholders.
Give them the narrowest thing that works: guest access by link to the specific documents, or a single project — not a full seat in the team.
Quarterly is enough for most small teams, plus immediately whenever someone joins or leaves. The review is mostly reading the member list and asking whether each row is still true.
The person actually responsible for the work, not whoever happened to create the account. Ownership can be transferred, and it should be — before the original owner leaves.
Permissions are not a security project for a team of eight. They are a twenty-minute setup, a habit at joining and leaving, and one calendar reminder a quarter.
Email clients are stuck in 2005 — flexbox, grid and external CSS are out. Here is the layout that survives, and how to build one without hand-writing tables.
Folder hierarchies fail the moment a file belongs in two places. Filters, search and a naming habit beat them — here is the setup.
Deleted the wrong paragraph, or pasted over an hour of work? Version history gets it back — here is how it works and how to avoid needing it.