I've managed, to setup MM3.1 using the docker images from http://github.com/maxking/docker-mailman. I would like to start customizing the templates MM3.1 uses for the footer and confirmation emails. Is there any mailman site admin or list admin documentation on how to customize email templates in MM3.1? I've found this template doc at https://gitlab.com/mailman/mailman/tree/master/src/mailman/rest/docs, but I'm not clear how this works.. and it appears postorius doesn't have template support yet? I am new to python and django..
-- --Matt
Hi Matt,
On Tue, Jul 18, 2017, at 07:25 AM, Matt Richards wrote:
I've managed, to setup MM3.1 using the docker images from http://github.com/maxking/docker-mailman. I would like to start customizing the templates MM3.1 uses for the footer and confirmation emails. Is there any mailman site admin or list admin documentation on how to customize email templates in MM3.1?
Not yet, we are still working on perfecting the Installation Guide and other configuration related documentation for Mailman 3.
For now, you might have to use command line to do these changes.
Templates should exist inside the $var/templates/<language_code>/
where $var is the var directory for Mailman Core. If you are using the
container images, it should be at /opt/mailman/core/var/
.
The templates are named as the naming scheme mentioned in the
documentation1 and ending with a .txt
. If you place those files
there, it should be able to override the default templates that exist in
the mailman.
I've found this template doc at https://gitlab.com/mailman/mailman/tree/master/src/mailman/rest/docs, but I'm not clear how this works.. and it appears postorius doesn't have template support yet? I am new to python and django..
That is correct, you can set the URI in the Postorius interface, but there is no way to actually write the templates in Postorius right now.
-- --Matt
Mailman-users mailing list mailman-users@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
Hope that helps!
-- thanks, Abhilash Raj
participants (2)
-
Abhilash Raj
-
Matt Richards