security updates (symfony_mailer updb bug)

This commit is contained in:
Bachir Soussi Chiadmi 2023-06-20 21:52:36 +02:00
parent 7b22d7d9e7
commit 8709bb023c
3 changed files with 127 additions and 179 deletions

View File

@ -98,7 +98,7 @@
"drupal/ctools": "^3.6",
"drupal/debug_bar": "^1.4",
"drupal/devel": "^4.1",
"drupal/devel_entity_updates": "^3.0",
"drupal/devel_entity_updates": "^3",
"drupal/editor_advanced_link": "^2",
"drupal/entity_clone": "^1.0",
"drupal/error_log": "^1.0",
@ -124,7 +124,6 @@
"drupal/mailjet": "3.0.x-dev@dev",
"drupal/mailsystem": "^4.1",
"drupal/masquerade": "^2.x-dev@dev",
"drupal/migrate_devel": "^2.x-dev@dev",
"drupal/migrate_plus": "^5.x-dev@dev",
"drupal/migrate_tools": "^5.x-dev@dev",
"drupal/mimemail": "^1.x-dev",
@ -156,7 +155,7 @@
"drupal/string_translation_ui": "^2.0",
"drupal/strings_i18n_json_export": "^1.x-dev@dev",
"drupal/structure_sync": "^2.0",
"drupal/symfony_mailer": "^1.0@alpha",
"drupal/symfony_mailer": "^1",
"drupal/synonyms": "^2.0.0-beta2",
"drupal/telephone_formatter": "^1.0@beta",
"drupal/telephone_validation": "^2.1",
@ -175,7 +174,6 @@
"drupal/views_field_view": "1.x-dev@dev",
"drupal/webform": "^6.0",
"drupal/workflow": "^1.5",
"drush/drush": "^10.6",
"kint-php/kint": "^3.3",
"smalot/pdfparser": "*",
"symfony/mailjet-mailer": "^5.4",

295
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "2856bd981cac4913d2bfa0e7038c6610",
"content-hash": "64ef46c3e7d947d327b22c032e62b624",
"packages": [
{
"name": "alchemy/zippy",
@ -815,25 +815,25 @@
},
{
"name": "consolidation/annotated-command",
"version": "4.7.1",
"version": "4.9.1",
"source": {
"type": "git",
"url": "https://github.com/consolidation/annotated-command.git",
"reference": "fd263e3e9341d29758025b1a9b2878e3247525be"
"reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/fd263e3e9341d29758025b1a9b2878e3247525be",
"reference": "fd263e3e9341d29758025b1a9b2878e3247525be",
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/e01152f698eff4cb5df3ebfe5e097ef335dbd3c9",
"reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9",
"shasum": ""
},
"require": {
"consolidation/output-formatters": "^4.1.1",
"consolidation/output-formatters": "^4.3.1",
"php": ">=7.1.3",
"psr/log": "^1|^2|^3",
"symfony/console": "^4.4.8|^5|^6",
"symfony/event-dispatcher": "^4.4.8|^5|^6",
"symfony/finder": "^4.4.8|^5|^6"
"psr/log": "^1 || ^2 || ^3",
"symfony/console": "^4.4.8 || ^5 || ^6",
"symfony/event-dispatcher": "^4.4.8 || ^5 || ^6",
"symfony/finder": "^4.4.8 || ^5 || ^6"
},
"require-dev": {
"composer-runtime-api": "^2.0",
@ -865,9 +865,9 @@
"description": "Initialize Symfony Console commands from annotated command class methods.",
"support": {
"issues": "https://github.com/consolidation/annotated-command/issues",
"source": "https://github.com/consolidation/annotated-command/tree/4.7.1"
"source": "https://github.com/consolidation/annotated-command/tree/4.9.1"
},
"time": "2022-12-06T22:57:25+00:00"
"time": "2023-05-20T04:19:01+00:00"
},
{
"name": "consolidation/config",
@ -1078,41 +1078,36 @@
},
{
"name": "consolidation/output-formatters",
"version": "4.2.3",
"version": "4.3.1",
"source": {
"type": "git",
"url": "https://github.com/consolidation/output-formatters.git",
"reference": "cbb50cc86775f14972003f797b61e232788bee1f"
"reference": "f65524e9ecd2bd0021c4b18710005caaa6dcbd86"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/output-formatters/zipball/cbb50cc86775f14972003f797b61e232788bee1f",
"reference": "cbb50cc86775f14972003f797b61e232788bee1f",
"url": "https://api.github.com/repos/consolidation/output-formatters/zipball/f65524e9ecd2bd0021c4b18710005caaa6dcbd86",
"reference": "f65524e9ecd2bd0021c4b18710005caaa6dcbd86",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
"php": ">=7.1.3",
"symfony/console": "^4|^5|^6",
"symfony/finder": "^4|^5|^6"
"symfony/console": "^4 || ^5 || ^6",
"symfony/finder": "^4 || ^5 || ^6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.4.2",
"phpunit/phpunit": ">=7",
"phpunit/phpunit": "^7 || ^8 || ^9",
"squizlabs/php_codesniffer": "^3",
"symfony/var-dumper": "^4|^5|^6",
"symfony/yaml": "^4|^5|^6",
"yoast/phpunit-polyfills": "^0.2.0"
"symfony/var-dumper": "^4 || ^5 || ^6",
"symfony/yaml": "^4 || ^5 || ^6",
"yoast/phpunit-polyfills": "^1"
},
"suggest": {
"symfony/var-dumper": "For using the var_dump formatter"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\OutputFormatters\\": "src"
@ -1131,22 +1126,22 @@
"description": "Format text by applying transformations provided by plug-in formatters.",
"support": {
"issues": "https://github.com/consolidation/output-formatters/issues",
"source": "https://github.com/consolidation/output-formatters/tree/4.2.3"
"source": "https://github.com/consolidation/output-formatters/tree/4.3.1"
},
"time": "2022-10-17T04:01:40+00:00"
"time": "2023-05-20T03:23:06+00:00"
},
{
"name": "consolidation/robo",
"version": "3.0.10",
"version": "3.0.12",
"source": {
"type": "git",
"url": "https://github.com/consolidation/robo.git",
"reference": "206bbe23b34081a36bfefc4de2abbc1abcd29ef4"
"reference": "0c3a5085357f46c90a0b756e3d326f44847158b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/robo/zipball/206bbe23b34081a36bfefc4de2abbc1abcd29ef4",
"reference": "206bbe23b34081a36bfefc4de2abbc1abcd29ef4",
"url": "https://api.github.com/repos/consolidation/robo/zipball/0c3a5085357f46c90a0b756e3d326f44847158b8",
"reference": "0c3a5085357f46c90a0b756e3d326f44847158b8",
"shasum": ""
},
"require": {
@ -1230,22 +1225,22 @@
"description": "Modern task runner",
"support": {
"issues": "https://github.com/consolidation/robo/issues",
"source": "https://github.com/consolidation/robo/tree/3.0.10"
"source": "https://github.com/consolidation/robo/tree/3.0.12"
},
"time": "2022-02-21T17:19:14+00:00"
"time": "2023-04-30T21:18:09+00:00"
},
{
"name": "consolidation/self-update",
"version": "2.0.5",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/self-update.git",
"reference": "8a64bdd8daf5faa8e85f56534dd99caf928164b3"
"reference": "972a1016761c9b63314e040836a12795dff6953a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/self-update/zipball/8a64bdd8daf5faa8e85f56534dd99caf928164b3",
"reference": "8a64bdd8daf5faa8e85f56534dd99caf928164b3",
"url": "https://api.github.com/repos/consolidation/self-update/zipball/972a1016761c9b63314e040836a12795dff6953a",
"reference": "972a1016761c9b63314e040836a12795dff6953a",
"shasum": ""
},
"require": {
@ -1285,28 +1280,30 @@
"description": "Provides a self:update command for Symfony Console applications.",
"support": {
"issues": "https://github.com/consolidation/self-update/issues",
"source": "https://github.com/consolidation/self-update/tree/2.0.5"
"source": "https://github.com/consolidation/self-update/tree/2.2.0"
},
"time": "2022-02-09T22:44:24+00:00"
"time": "2023-03-18T01:37:41+00:00"
},
{
"name": "consolidation/site-alias",
"version": "3.1.5",
"version": "3.1.7",
"source": {
"type": "git",
"url": "https://github.com/consolidation/site-alias.git",
"reference": "ef2eb7d37e59b3d837b4556d4d8070cb345b378c"
"reference": "3b6519592c7e8557423f935806cd73adf69ed6c7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/site-alias/zipball/ef2eb7d37e59b3d837b4556d4d8070cb345b378c",
"reference": "ef2eb7d37e59b3d837b4556d4d8070cb345b378c",
"url": "https://api.github.com/repos/consolidation/site-alias/zipball/3b6519592c7e8557423f935806cd73adf69ed6c7",
"reference": "3b6519592c7e8557423f935806cd73adf69ed6c7",
"shasum": ""
},
"require": {
"consolidation/config": "^1.2.1 || ^2",
"php": ">=5.5.0",
"symfony/finder": "~2.3 || ^3 || ^4.4 || ^5 || ^6"
"symfony/filesystem": "^4.4 || ^5.4 || ^6",
"symfony/finder": "~2.3 || ^3 || ^4.4 || ^5 || ^6",
"webmozart/path-util": "^2.3"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.4.2",
@ -1343,33 +1340,33 @@
"description": "Manage alias records for local and remote sites.",
"support": {
"issues": "https://github.com/consolidation/site-alias/issues",
"source": "https://github.com/consolidation/site-alias/tree/3.1.5"
"source": "https://github.com/consolidation/site-alias/tree/3.1.7"
},
"time": "2022-02-23T23:59:18+00:00"
"time": "2022-10-15T01:21:09+00:00"
},
{
"name": "consolidation/site-process",
"version": "4.2.0",
"version": "4.2.1",
"source": {
"type": "git",
"url": "https://github.com/consolidation/site-process.git",
"reference": "9ef08d471573d6a56405b06ef6830dd70c883072"
"reference": "ee3bf69001694b2117cc2f96c2ef70d8d45f1234"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/site-process/zipball/9ef08d471573d6a56405b06ef6830dd70c883072",
"reference": "9ef08d471573d6a56405b06ef6830dd70c883072",
"url": "https://api.github.com/repos/consolidation/site-process/zipball/ee3bf69001694b2117cc2f96c2ef70d8d45f1234",
"reference": "ee3bf69001694b2117cc2f96c2ef70d8d45f1234",
"shasum": ""
},
"require": {
"consolidation/config": "^1.2.1|^2",
"consolidation/site-alias": "^3",
"consolidation/config": "^1.2.1 || ^2",
"consolidation/site-alias": "^3 || ^4",
"php": ">=7.1.3",
"symfony/console": "^2.8.52|^3|^4.4|^5",
"symfony/process": "^4.3.4|^5"
"symfony/console": "^2.8.52 || ^3 || ^4.4 || ^5",
"symfony/process": "^4.3.4 || ^5"
},
"require-dev": {
"phpunit/phpunit": "^7.5.20|^8.5.14",
"phpunit/phpunit": "^7.5.20 || ^8.5.14",
"squizlabs/php_codesniffer": "^3",
"yoast/phpunit-polyfills": "^0.2.0"
},
@ -1401,9 +1398,9 @@
"description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.",
"support": {
"issues": "https://github.com/consolidation/site-process/issues",
"source": "https://github.com/consolidation/site-process/tree/4.2.0"
"source": "https://github.com/consolidation/site-process/tree/4.2.1"
},
"time": "2022-02-19T04:09:55+00:00"
"time": "2022-10-18T13:19:35+00:00"
},
{
"name": "cweagans/composer-patches",
@ -2699,20 +2696,20 @@
},
{
"name": "drupal/admin_toolbar",
"version": "3.2.1",
"version": "3.4.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/admin_toolbar.git",
"reference": "3.2.1"
"reference": "3.4.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.2.1.zip",
"reference": "3.2.1",
"shasum": "7a4bfb716e269be4ca03b7f04e29e4439ec6cf93"
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.4.1.zip",
"reference": "3.4.1",
"shasum": "bcb15ab40016becdb3ac8f21d7d1a721f48f3577"
},
"require": {
"drupal/core": "^8.8.0 || ^9.0"
"drupal/core": "^9.2 || ^10"
},
"require-dev": {
"drupal/admin_toolbar_tools": "*"
@ -2720,8 +2717,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.2.1",
"datestamp": "1665044276",
"version": "3.4.1",
"datestamp": "1684944156",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@ -3112,26 +3109,26 @@
},
{
"name": "drupal/amswap",
"version": "3.1.0",
"version": "3.2.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/amswap.git",
"reference": "3.1.0"
"reference": "3.2.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/amswap-3.1.0.zip",
"reference": "3.1.0",
"shasum": "71c6a6e9c7187d70a399494d30d3d9228dcabb4f"
"url": "https://ftp.drupal.org/files/projects/amswap-3.2.1.zip",
"reference": "3.2.1",
"shasum": "6fdfb96eb3a000d6b01e9d72071ad736f2e81889"
},
"require": {
"drupal/core": "^8 || ^9"
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.1.0",
"datestamp": "1629990291",
"version": "3.2.1",
"datestamp": "1680451461",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
@ -3143,6 +3140,10 @@
"GPL-2.0-or-later"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "droces",
"homepage": "https://www.drupal.org/user/2996575"
@ -7094,17 +7095,17 @@
},
{
"name": "drupal/devel",
"version": "4.1.5",
"version": "4.2.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/devel.git",
"reference": "4.1.5"
"reference": "4.2.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/devel-4.1.5.zip",
"reference": "4.1.5",
"shasum": "7d0b4397215f615a67ba80aab777e93918d497f9"
"url": "https://ftp.drupal.org/files/projects/devel-4.2.1.zip",
"reference": "4.2.1",
"shasum": "aa08379bad81cb2e604ee9a0b9e2aabd86fae13f"
},
"require": {
"doctrine/common": "^2.7",
@ -7123,8 +7124,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "4.1.5",
"datestamp": "1646072825",
"version": "4.2.1",
"datestamp": "1664317444",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@ -7462,26 +7463,29 @@
},
{
"name": "drupal/editor_advanced_link",
"version": "2.0.0",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/editor_advanced_link.git",
"reference": "2.0.0"
"reference": "2.1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.0.0.zip",
"reference": "2.0.0",
"shasum": "db9469ffc073ab0b350296c86069441882ba2147"
"url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.1.1.zip",
"reference": "2.1.1",
"shasum": "ba8f12aee9ac6c4d7b60ee916e7bd69e98c99d4a"
},
"require": {
"drupal/core": "^9.2"
"drupal/core": "^9.2 || ^10"
},
"require-dev": {
"drupal/ckeditor": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.0",
"datestamp": "1624528083",
"version": "2.1.1",
"datestamp": "1667462197",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@ -11026,64 +11030,6 @@
"source": "https://git.drupalcode.org/project/message"
}
},
{
"name": "drupal/migrate_devel",
"version": "dev-2.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/migrate_devel.git",
"reference": "c60d049d91389bde0cc5368fabfda24c5eb61780"
},
"require": {
"drupal/core": "^8 || ^9"
},
"conflict": {
"drush/drush": "<9"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
},
"drupal": {
"version": "8.x-2.0-alpha1+3-dev",
"datestamp": "1592898665",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Derimagia",
"homepage": "https://www.drupal.org/user/819640"
},
{
"name": "aczietlow",
"homepage": "https://www.drupal.org/user/1616656"
},
{
"name": "andrewmacpherson",
"homepage": "https://www.drupal.org/user/265648"
}
],
"description": "Migrate Development Tools",
"homepage": "https://www.drupal.org/project/migrate_devel",
"support": {
"source": "https://git.drupalcode.org/project/migrate_devel",
"issues": "https://www.drupal.org/project/issues/migrate_devel"
}
},
{
"name": "drupal/migrate_plus",
"version": "dev-5.x",
@ -13704,32 +13650,37 @@
},
{
"name": "drupal/symfony_mailer",
"version": "1.1.0-beta3",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/symfony_mailer.git",
"reference": "1.1.0-beta3"
"reference": "1.2.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/symfony_mailer-1.1.0-beta3.zip",
"reference": "1.1.0-beta3",
"shasum": "d4a53e1517c004590ba8aa6a973583b58610ca76"
"url": "https://ftp.drupal.org/files/projects/symfony_mailer-1.2.1.zip",
"reference": "1.2.1",
"shasum": "22673c30cba976097cdcd0b33c7324d552f73c0d"
},
"require": {
"drupal/core": "^9.1",
"drupal/core": "^9.4 || ^10",
"html2text/html2text": "^4.0.1",
"symfony/mailer": "^5.3.0",
"symfony/mailer": "^5.3 || ^6.0",
"tijsverkoyen/css-to-inline-styles": "^2.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.1.0-beta3",
"datestamp": "1669375438",
"version": "1.2.1",
"datestamp": "1681472755",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^11"
}
}
},
@ -19715,16 +19666,16 @@
},
{
"name": "symfony/config",
"version": "v4.4.37",
"version": "v4.4.44",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "e8c2d2c951ddedecb6d28954d336cb7d2e852d0e"
"reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/e8c2d2c951ddedecb6d28954d336cb7d2e852d0e",
"reference": "e8c2d2c951ddedecb6d28954d336cb7d2e852d0e",
"url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658",
"reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658",
"shasum": ""
},
"require": {
@ -19773,7 +19724,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/config/tree/v4.4.37"
"source": "https://github.com/symfony/config/tree/v4.4.44"
},
"funding": [
{
@ -19789,7 +19740,7 @@
"type": "tidelift"
}
],
"time": "2022-01-03T09:46:22+00:00"
"time": "2022-07-20T09:59:04+00:00"
},
{
"name": "symfony/console",
@ -20462,16 +20413,16 @@
},
{
"name": "symfony/filesystem",
"version": "v4.4.39",
"version": "v4.4.42",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "72a5b35fecaa670b13954e6eaf414acbe2a67b35"
"reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/72a5b35fecaa670b13954e6eaf414acbe2a67b35",
"reference": "72a5b35fecaa670b13954e6eaf414acbe2a67b35",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5",
"reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5",
"shasum": ""
},
"require": {
@ -20505,7 +20456,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v4.4.39"
"source": "https://github.com/symfony/filesystem/tree/v4.4.42"
},
"funding": [
{
@ -20521,7 +20472,7 @@
"type": "tidelift"
}
],
"time": "2022-02-25T10:38:15+00:00"
"time": "2022-05-20T08:49:14+00:00"
},
{
"name": "symfony/finder",
@ -25579,7 +25530,6 @@
"drupal/mailgun": 20,
"drupal/mailjet": 20,
"drupal/masquerade": 20,
"drupal/migrate_devel": 20,
"drupal/migrate_plus": 20,
"drupal/migrate_tools": 20,
"drupal/mimemail": 20,
@ -25592,7 +25542,6 @@
"drupal/simplenews": 20,
"drupal/simplenews_mailjet_subscriptions": 20,
"drupal/strings_i18n_json_export": 20,
"drupal/symfony_mailer": 15,
"drupal/telephone_formatter": 10,
"drupal/translation_views": 20,
"drupal/ultimate_cron": 20,

View File

@ -6,9 +6,10 @@ _core:
default_config_hash: YdbP1K1t12OGgnPz3AsvZ6xoXuFbWSuy3npzg1pVSJI
id: _
configuration:
mailer_default_headers: { }
mailer_html_to_text: { }
mailer_inline_css: { }
email_theme:
theme: _active_fallback
mailer_url_to_absolute: { }
mailer_wrap_and_convert:
plain: false
swiftmailer: false