# Simplified HTML emails

**URL:** https://meta.discourse.org/t/simplified-html-emails/62600
**Category:** Feature
**Tags:** pr-welcome
**Created:** [Mai 12, 2017, 4:23 UTC](https://meta.discourse.org/t/simplified-html-emails/62600 "2017-05-12T16:23:23Z")
**Posts on this page:** 4
**Page:** 2

<div class="post-metadata">

### Author: ![LeoMcA](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leomca/32/87233_2.png) [@LeoMcA](https://meta.discourse.org/u/LeoMcA)
#### Post date: [Juin 7, 2017, 9:19 UTC](https://meta.discourse.org/t/simplified-html-emails/62600/21 "2017-06-07T09:19:36Z")

</div>

Definitely - when combined with enabling `incoming email prefer html`, inline responding now works pretty well! 🎉

 ![](https://global.discourse-cdn.com/meta/original/3X/a/6/a6f8640bfa1d45198502414c7df0fa6bb8d85a62.png)

It’s not perfect, but good enough for the time being. We’ve got a few other priorities at the moment, but getting rid of that pesky additional metadata (through a plugin, as discussed above) is still on our roadmap.

---

<div class="post-metadata">

### Author: ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)
#### Post date: [Octobre 17, 2018, 7:14 UTC](https://meta.discourse.org/t/simplified-html-emails/62600/22 "2018-10-17T19:14:01Z")

</div>

Is this still on your list @LeoMcA?

---

<div class="post-metadata">

### Author: ![LeoMcA](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leomca/32/87233_2.png) [@LeoMcA](https://meta.discourse.org/u/LeoMcA)
#### Post date: [Octobre 22, 2018, 8:28 UTC](https://meta.discourse.org/t/simplified-html-emails/62600/23 "2018-10-22T20:28:32Z")

</div>

Somewhere, way way way down on the list. I’m not gonna get to it anytime soon, so if someone else wants to work on it there’s no danger of duplicated work.

---

<div class="post-metadata">

### Author: ![JonathanShaw](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathanshaw/32/532672_2.png) [@JonathanShaw](https://meta.discourse.org/u/JonathanShaw)
#### Post date: [Septembre 29, 2021, 3:07 UTC](https://meta.discourse.org/t/simplified-html-emails/62600/24 "2021-09-29T15:07:40Z")

</div>

J’ai constaté que l’ajout de ce code dans le CSS des e-mails permettait de masquer les métadonnées lors de mes tests limités :

```plaintext
table:first-of-type {
    display:none;
}

```

Je n’ai pas encore trouvé de solution pour supprimer le style des boutons sur le lien « Visiter le sujet ». C’est frustrant de ne pas avoir le moindre contrôle sur la mise en forme du pied de page.

[Page précédente](https://meta.discourse.org/t/simplified-html-emails/62600.md?page=1)
