joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.77k stars 3.65k forks source link

E-mail template for CMS emails -> Options / Layout? #44458

Closed jjnxpct closed 1 week ago

jjnxpct commented 1 week ago

I have some questions about the em-mail layout for the system emails in the CMS.

There are some settings like a logo we can add to the template. But there are no options to set the footer color or maybe disable the copyright line?

When I want those changes I probably need to need to override this file?

layouts/joomla/mail/mailtemplate.php

In the options for the email templates there is a 'layout' option that only contains '- Use default - '. So is there a setting somewhere to set the default? Can we add our own custom template? I tried adding a custom file to layouts/joomla/mail/ but it did not show in the layout options.

jjnxpct commented 1 week ago

I was able to add a new template file to templates\TEMPLATE\html\layouts\joomla\mail\customtemplate.php. This one did show up in the layouts list. So that works.

I guess this gives me what I need to customize this....