Simplified HTML emails

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

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.

8 Mi Piace

Is this still on your list @LeoMcA?

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.

2 Mi Piace

Ho scoperto che inserire questo nel CSS delle email ha funzionato per nascondere i metadati nei miei test limitati:

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

Non ho ancora trovato una soluzione per sopprimere lo stile del pulsante sul link ‘Visita l’argomento’. È frustrante non avere alcun controllo sulla formattazione del piè di pagina.

1 Mi Piace