thelia / email-default-template
Default email template for Thelia
Package info
github.com/thelia-templates/email
Type:thelia-email-template
pkg:composer/thelia/email-default-template
Requires
- thelia/installer: ~1.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-main
- 2.6.x-dev
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.5.0-alpha2
- 2.5.0-alpha1
- 2.4.x-dev
- 2.4.5
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.4.0-alpha1
- 2.3.x-dev
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.3.0-beta2
- 2.3.0-beta1
- 2.3.0-alpha2
- 2.3.0-alpha1
- 2.2.x-dev
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.2.0-beta3
- 2.2.0-beta2
- 2.2.0-beta1
- 2.2.0-alpha2
- 2.2.0-alpha1
- 2.1.x-dev
- 2.1.11
- 2.1.10
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.1.0-beta2
- 2.0.12
- 2.0.2
- 2.0.0-beta1
- 1.0.0
- 1.0.0-beta5
- 1.0.0-beta4
- 1.0.0-beta3
- 1.0.0-beta2
- 1.0.0-beta1
- dev-feat/430-order-return-emails
- dev-api-maintenance
- dev-api
- dev-thelia2
- dev-master
This package is auto-updated.
Last update: 2026-09-11 16:07:34 UTC
README
The default email template of Thelia 3, rendered with Twig.
It contains the transactional emails sent by the core and by modules: order
confirmation and notification, customer account creation and confirmation,
password reset, newsletter subscription. Each message ships in two variants,
*.html.twig and *.txt.twig.
Layouts (default-html-layout.html.twig, default-text-layout.txt.twig,
email-layout.html.twig) provide the common wrapper. A message template either
extends a layout with Twig blocks, or is inserted into it through the
message_body variable.
Translations live in I18n/, under the email domain.
Customization
Do not edit this template in place: an update will overwrite your changes.
Copy it to templates/email/<your-template> and select it in the back office,
or override only the files you need to change.
Documentation
License
GPL-3.0-or-later