- Issue created by @suhaib_hija
- Status changed to Postponed: needs info
10 months ago 1:10pm 5 March 2024 - 🇬🇧United Kingdom adamps
This module already has support for cc addresses, please see CcEmailAdjuster
Symfony Mailer lacks default support for handling the CC emails. As a result, Drupal users face limitations when attempting to send carbon copy emails using Symfony Mailer, which impacts the ability to fully utilize email notification features.
This patch addresses the absence of CC field support in Symfony Mailer by leveraging the enhancement introduced in the next patch.
https://www.drupal.org/project/drupal/issues/3423983
✨
Add cc to core email action
Postponed
By integrating Symfony Mailer with the enhancements on Drupal Actions , this patch enables Symfony Mailer to recognize and process CC recipients specified in the email parameters.
Postponed: needs info
1.4
Code
This module already has support for cc addresses, please see CcEmailAdjuster