Varbase uses Swift Mailer → module which is now deprecated and got replaced by Symfony Mailer → .
Started to get the following message in composer install/update
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
Symfony Mailer 1.1.0-beta3 was released 25 November 2022
https://www.drupal.org/project/symfony_mailer/releases/1.1.0-beta3 →
Replaced by:A new mail-system based on the popular Symfony Mailer giving full support of HTML mails, file attachments, embedded images, 3rd-party delivery integrations, load-balancing/failover, signing/encryption, async sending and more. Other libraries add capability for CSS inlining and HTML to text conversion.
This module provides a deep integration into Drupal mechanisms, including theme/template/render, multi-language, CSS libraries, configuration, plug-ins, hooks, and logging.
Warning: the swiftmailer library is no longer maintained and so this module is obsolete. It has not yet been marked unsupported, but that could change at any time due to discovery of a security bug or on advice of the Drupal Security Team.
A new module Symfony Mailer → is under development, and has a reasonable alpha release. Help with testing or development is welcome.
9.0.x
branchKeep the Swift Mailer → in the
9.0.x
branch of Varbase Email, and keep swiftmailer as the default, But let developers use the Symfony Mailer module and do the switch manually
Having all template switching with the same template works in both Swift Mailer and Symfony mailer using the same style and HTML script for the template.
10.0.x
branch10.0.x
branch, and remove any custom code for the module10.0.x
branch, kept the Swift Mailer in the 9.0.x
branch, and kept Swift Mailer as the default, But let developers use the Symfony Mailer module and do the switch manually. Using the same style and HTML script for the template
Fixed
10.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.