Skip to main content
The WEBSALE shop system sends a wide range of emails for various purposes, for example during checkout, in the customer account, for form inquiries or for notifications. This page gives an overview of all emails sent by the shop system and describes the uniform configuration principle by which the individual email types can be adjusted (e.g. template, subject and sender data).

Configuration of an email section

The configuration of individual email sections in WEBSALE follows a uniform pattern: Regardless of whether the email is defined in actions, inquiry, messages etc., template, subject and sender data are usually controlled via the same basic parameters (e.g. template, subject, fromAddress, fromName). The following section describes this scheme and shows how an email section is structured and configured.

Example configuration (from actions.checkoutConfirm)

Parameter overview


Email template directory

All email templates are located in the templates/mails/ directory. This directory is fixed and is automatically prepended to the template parameter. Therefore, only specify the file name without the mails/ prefix. Example: the template templates/mails/password_forgotten.htm is referenced like this.
The reason for the missing prefix: since mails/ is added automatically, an additionally provided mails/ results in the template not being found. In this case the email is not sent. The mails directory cannot be renamed or moved. It is a fixed special directory of the template structure (see Template theme). Custom subfolders within mails are not supported for the template parameter. A template that is located in a subfolder (for example templates/mails/login/password_forgotten.htm) cannot be addressed via the template parameter. Therefore place mail templates directly in mails/.

Overview of email notifications

Below is an overview of the emails sent by the shop system. These emails can be configured according to the scheme described above (e.g. sender, subject and template).
Note: some system emails are legally or functionally required and can therefore not always be disabled.