Create a system for configurable emails in Symfony Mailer

Created on 9 August 2023, 11 months ago

Problem/Motivation

When building emails, there is often configurable data

  1. required field, for example user emails require configuring body and subject; contact form emails require configuring to address
  2. optional extra fields can be configured on any email: addresses, other headers, user language, theme, mailer transport, plain text alternative, etc

In the old mailsystem, each module created its own config form with underlying configuration data. Typically only a few select fields were available. We can improve on that with a single shared mechanism available for use by any module for configurable emails.

Proposed resolution

  • @EmailAdjuster plug-in for each field that can be configured
  • MailerPolicy config entity carrying the set of configured fields, indexed by email ID
  • GUI for editing policy: page listing of all policy leading to policy add/edit forms
  • Embedding policy editing: when editing the settings of a module or of a config entity, a GUI appears for editing the related policy

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

✨ Feature request
Status

Active

Version

11.0 πŸ”₯

Component
MailΒ  β†’

Last updated 1 day ago

No maintainer
Created by

πŸ‡¬πŸ‡§United Kingdom AdamPS

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024