mailsystem, changed site email
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
"drupal/core-recommended": "^10.1",
|
||||
"drupal/linked_field": "^1.5",
|
||||
"drupal/login_destination": "^2.0@beta",
|
||||
"drupal/mailsystem": "^4.4",
|
||||
"drupal/page_manager": "^4.0@RC",
|
||||
"drupal/panels": "^4.7",
|
||||
"drupal/paragraphs": "^1.16",
|
||||
|
||||
Generated
+65
-1
@@ -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": "f3783bee40de6bd346f434abe5d4872b",
|
||||
"content-hash": "73f4d7fd3f57dc8b0c4ac584f3868baf",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@@ -5326,6 +5326,70 @@
|
||||
"source": "https://git.drupalcode.org/project/maillog"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/mailsystem",
|
||||
"version": "4.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/mailsystem.git",
|
||||
"reference": "8.x-4.4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/mailsystem-8.x-4.4.zip",
|
||||
"reference": "8.x-4.4",
|
||||
"shasum": "49b2e9efd090cdb4a282c7638b1c76d6723c47b6"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-4.4",
|
||||
"datestamp": "1657576306",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Berdir",
|
||||
"homepage": "https://www.drupal.org/user/214652"
|
||||
},
|
||||
{
|
||||
"name": "Les Lim",
|
||||
"homepage": "https://www.drupal.org/user/84263"
|
||||
},
|
||||
{
|
||||
"name": "Manuel Garcia",
|
||||
"homepage": "https://www.drupal.org/user/213194"
|
||||
},
|
||||
{
|
||||
"name": "miro_dietiker",
|
||||
"homepage": "https://www.drupal.org/user/227761"
|
||||
},
|
||||
{
|
||||
"name": "Nafes",
|
||||
"homepage": "https://www.drupal.org/user/2489926"
|
||||
},
|
||||
{
|
||||
"name": "pillarsdotnet",
|
||||
"homepage": "https://www.drupal.org/user/36148"
|
||||
}
|
||||
],
|
||||
"description": "Mail System",
|
||||
"homepage": "https://www.drupal.org/project/mailsystem",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/mailsystem"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/matomo",
|
||||
"version": "1.22.0",
|
||||
|
||||
@@ -74,6 +74,7 @@ module:
|
||||
locale: 0
|
||||
login_destination: 0
|
||||
maillog: 0
|
||||
mailsystem: 0
|
||||
maxlength: 0
|
||||
menu_block: 0
|
||||
menu_link_content: 0
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
_core:
|
||||
default_config_hash: IhwTepsVwtbtbcT5GzQKhCXDCRvbk3MNkWqPiuiZ10s
|
||||
langcode: fr
|
||||
theme: current
|
||||
defaults:
|
||||
sender: php_mail
|
||||
formatter: php_mail
|
||||
@@ -3,7 +3,7 @@ _core:
|
||||
langcode: fr
|
||||
uuid: 78e2671c-703f-41e2-8fe0-06bfd262e6c2
|
||||
name: reha
|
||||
mail: dev@figureslibres.io
|
||||
mail: webmaster@programme-reha-heritages.fr
|
||||
slogan: ''
|
||||
page:
|
||||
403: ''
|
||||
|
||||
Reference in New Issue
Block a user