bitkompagniet / mugs

(ABANDONED) User management, authentication and authorization API
1 stars 2 forks source link

Visual differences between e-mails #50

Open kparkov opened 7 years ago

kparkov commented 7 years ago

If I register a new user, the e-mail looks like this:

screenshot 2017-02-24 12 35 54

But if created administratively, it looks like this:

screenshot 2017-02-24 12 36 01

I realize it is pretty hairy to debug the visuals of the e-mail template, and I am considering if we should just remove all the fancy stuff and styling of the templates - and just do pure HTML?

We could then let the consumer of the module provide new templates if they like.

What do you think, @neheren ?

kparkov commented 7 years ago

I think we should provide bare-boned HTML e-mails with no styling per default, along with env vars to configure the e-mail templates.

slytter commented 7 years ago

Lets do it 🤙