Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:2.0:e-mail-templates [2019/07/24 22:34] – [How do I implement parameters in the template?] fasse | en:2.0:e-mail-templates [2024/12/01 19:07] (current) – [How do I use templates with multiple organizations?] greno | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
- | |||
====== Set up E-mail templates ====== | ====== Set up E-mail templates ====== | ||
===== What are e-mail templates? ===== | ===== What are e-mail templates? ===== | ||
Line 10: | Line 8: | ||
The e-mail template is defined via an HTML file. In Admidio Version 3, only one file named **template.html** can be used. //From Admidio Version 4// you can create several templates and choose the name freely. It always has to be a file with the extension **.html**. Even if you do not want to use HTML emails, you need to create an HTML file, but then just add text there. //From Admidio Version 4// you can now select in the settings of **messages** at **e-mail template** the file you just created. | The e-mail template is defined via an HTML file. In Admidio Version 3, only one file named **template.html** can be used. //From Admidio Version 4// you can create several templates and choose the name freely. It always has to be a file with the extension **.html**. Even if you do not want to use HTML emails, you need to create an HTML file, but then just add text there. //From Admidio Version 4// you can now select in the settings of **messages** at **e-mail template** the file you just created. | ||
- | {{:de: | + | {{:en: |
Within the html-file you can add further content with [[de: | Within the html-file you can add further content with [[de: | ||
Line 41: | Line 39: | ||
The following parameters are available: | The following parameters are available: | ||
- | ^ Parameter | + | ^ Parameter |
| # | | # | ||
| # | | # | ||
| # | | # | ||
| # | | # | ||
+ | | # | ||
| # | | # | ||
| # | | # | ||
Line 57: | Line 56: | ||
If you just want to put the organization' | If you just want to put the organization' | ||
- | If you also want to place a logo, lettering or a color scheme of the organization in the template next to the name, you will need to create separate HTML templates. There you can then adapt via CSS or the integration of images, the template to your imagination and save it under a separate name, for example **template-organization-1.html** in the folder **adm_my_files/ | + | If you also want to place a logo, lettering or a color scheme of the organization in the template next to the name, you will need to create separate HTML templates. There you can then adapt via CSS or the integration of images, the template to your imagination and save it under a separate name, for example **template-organization-1.html** in the folder **adm_my_files/ |