Skip to content

Conversation

@that-guy-iain
Copy link
Contributor

Q A
Branch? 8.1
Bug fix? no
New feature? yes
Deprecations? no
Issues Fixes #62598
License MIT

This allows developers to use the provider template system using the mailer component. Often using the provider template system is not a technical decision but made by marketing to allow them to control the content of the emails instead of waiting for developer time for changes to be made.

I've not added tests, changelog, exception messages, hardening, docs, etc incase it's not accepted. The concept is to add a ProviderTemplatedTransportInterface which allows the bridge to say if it supports the feature. There is a logical check in the in MessageHandler to say if the bridge supports it, I think the bridge should not need to be aware of functionalities if it doesn't support them so this keeps it out of that context.

@carsonbot carsonbot added this to the 8.1 milestone Dec 5, 2025
@that-guy-iain that-guy-iain changed the title [Mailer] Add Provider Templated Email functionality to Mailer [Mailer][WIP] Add Provider Templated Email functionality to Mailer Dec 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[RFC][Mailer] Ability for transports to support service provider template systems

2 participants