Source string
- Optionally set formatting and delivery methods for each module that sends out email, for example, event calendar notifications or contact form emails. Each module that sends out emails sets an identifier, and can further set one or more optional keys for finer-grained email settings. To decide which methods to use, Backdrop goes from the specific to the general. If no specific identifiers are set up then the site-wide default is used. The search order:
- The methods associated with the module and key, if any.
- The method associated with the module, if any.
- The site-wide defaults.
@default_class
andhook_mail
.
Used at the following places
- mailsystem: 1.x-3.0.8 (1)