Problem/Motivation

I discovered this module while I was trying Drupal CMS v2, which uses the Byte theme, which has a white logo.
The email logo therefore "looks" missing against a white background.

I was looking how to change it and I couldn't figure it out, despite this seemed possible by looking at #3515767: Use site logo by default instead of always setting a separate one.
I was looking into the module configuration pages (/admin/structure/email-templates/theme and othert pages) and also in the Appearence > Theme settings without luck.
After a while, I realised the theme (and its settings) have been hidden with #3545277: Hide Easy Email Theme from Appearance and Block layout pages.
Finally I was able to change it by uncommenting the hidden property, although initially I thought to write a hook, which also required a new custom module.

None of this was actually "easy", nor in line with the no-code Drupal CMS philosophy.

Steps to reproduce

- Described above

Proposed resolution

I can see this as a fairly common use case, especially given the defaults of Drupal CMS.
IMHO the most logic place for this was the "Email Templates > Theme settings" [/admin/structure/email-templates/theme] page, which currently only displays "Enable Easy Email Theme".
Therefore I would propose to move the settings fromn the classi theme settings (currently unaccessible) to the "Email Templates > Theme settings"

Remaining tasks

I could see an use case where this setting could be overridden on a template basis, but I would focus on resolving the main issue.

User interface changes

- Described above

API changes

NA

Data model changes

NA

Comments

elgandoz created an issue.