replaced mail_system by symfony mailer

This commit is contained in:
2022-05-05 22:09:30 +02:00
parent b0d335fde2
commit 0fe25f0bb8
47 changed files with 719 additions and 97 deletions

252
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": "51a1d0fa9d6908ab21626878c50da3c1",
"content-hash": "78f26bb64269c36ef8750454f9b8fbea",
"packages": [
{
"name": "alchemy/zippy",
@@ -4302,6 +4302,65 @@
"source": "https://git.drupalcode.org/project/commerce"
}
},
{
"name": "drupal/commerce_email",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/commerce_email.git",
"reference": "cf7aff75be4a7cf8d6f548e365efd1090b9c2af3"
},
"require": {
"drupal/commerce": "^2.0",
"drupal/core": "^8.9 || ^9",
"drupal/token": "*"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.0-beta1+8-dev",
"datestamp": "1647058281",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
},
{
"name": "paul.linney",
"homepage": "https://www.drupal.org/user/928636"
},
{
"name": "rinasek",
"homepage": "https://www.drupal.org/user/1245514"
},
{
"name": "rszrama",
"homepage": "https://www.drupal.org/user/49344"
}
],
"description": "Provides a UI for defining emails to send in response to various Drupal Commerce events.",
"homepage": "https://www.drupal.org/project/commerce_email",
"support": {
"source": "https://git.drupalcode.org/project/commerce_email"
}
},
{
"name": "drupal/commerce_license",
"version": "dev-2.x",
@@ -13617,6 +13676,53 @@
"source": "https://git.drupalcode.org/project/swiftmailer"
}
},
{
"name": "drupal/symfony_mailer",
"version": "1.0.0-alpha9",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/symfony_mailer.git",
"reference": "1.0.0-alpha9"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/symfony_mailer-1.0.0-alpha9.zip",
"reference": "1.0.0-alpha9",
"shasum": "594840eb82b84f096971a0ea08e9817ecfd56184"
},
"require": {
"drupal/core": "^9.1",
"html2text/html2text": "^4.0.1",
"symfony/mailer": "^5.3.0",
"tijsverkoyen/css-to-inline-styles": "^2.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.0-alpha9",
"datestamp": "1651306825",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "AdamPS",
"homepage": "https://www.drupal.org/user/2650563"
}
],
"description": "Symfony Mailer",
"homepage": "https://www.drupal.org/project/symfony_mailer",
"support": {
"source": "https://git.drupalcode.org/project/symfony_mailer"
}
},
{
"name": "drupal/synonyms",
"version": "2.1.0",
@@ -20644,6 +20750,148 @@
],
"time": "2021-11-24T08:40:10+00:00"
},
{
"name": "symfony/mailer",
"version": "v5.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
"reference": "c6e7aa958cb2884d68562264f421ffea59cdad41"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/c6e7aa958cb2884d68562264f421ffea59cdad41",
"reference": "c6e7aa958cb2884d68562264f421ffea59cdad41",
"shasum": ""
},
"require": {
"egulias/email-validator": "^2.1.10|^3",
"php": ">=7.2.5",
"psr/event-dispatcher": "^1",
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/mime": "^5.2.6|^6.0",
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2|^3"
},
"conflict": {
"symfony/http-kernel": "<4.4"
},
"require-dev": {
"symfony/http-client-contracts": "^1.1|^2|^3",
"symfony/messenger": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mailer\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/mailer/tree/v5.4.8"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-04-27T17:10:22+00:00"
},
{
"name": "symfony/mailjet-mailer",
"version": "v5.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailjet-mailer.git",
"reference": "c186b0240d691236fe848c748566e987925d2e1c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mailjet-mailer/zipball/c186b0240d691236fe848c748566e987925d2e1c",
"reference": "c186b0240d691236fe848c748566e987925d2e1c",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/event-dispatcher": "^1",
"symfony/mailer": "^4.4|^5.0|^6.0"
},
"require-dev": {
"symfony/http-client": "^4.4|^5.0|^6.0"
},
"type": "symfony-mailer-bridge",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mailer\\Bridge\\Mailjet\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Mailjet Mailer Bridge",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/mailjet-mailer/tree/v5.4.8"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2022-04-12T16:02:29+00:00"
},
{
"name": "symfony/mime",
"version": "v5.4.0",
@@ -25435,6 +25683,7 @@
"drupal/auto_entitylabel": 20,
"drupal/better_messages": 15,
"drupal/commerce": 20,
"drupal/commerce_email": 20,
"drupal/commerce_license": 20,
"drupal/commerce_pricelist": 20,
"drupal/commerce_recurring": 20,
@@ -25467,6 +25716,7 @@
"drupal/simplenews": 20,
"drupal/strings_i18n_json_export": 20,
"drupal/swiftmailer": 20,
"drupal/symfony_mailer": 15,
"drupal/telephone_formatter": 10,
"drupal/translate_side_by_side": 20,
"drupal/translation_views": 20,