replaced mailer library, added email templates (#1462)

This commit is contained in:
Kevin Papst
2020-02-12 16:05:13 +01:00
committed by GitHub
parent 1b4f4bba22
commit 057c824e9f
30 changed files with 2738 additions and 340 deletions

View File

@@ -222,6 +222,12 @@
"league/csv": {
"version": "9.4.1"
},
"league/html-to-markdown": {
"version": "4.9.1"
},
"lorenzo/pinky": {
"version": "1.0.5"
},
"markbaker/complex": {
"version": "1.4.6"
},
@@ -417,8 +423,14 @@
"setasign/fpdi": {
"version": "1.6.2"
},
"swiftmailer/swiftmailer": {
"version": "v6.0.2"
"symfony/amazon-mailer": {
"version": "4.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "4.4",
"ref": "9648db3ecae5c8a6b1a5f74715d3907124348815"
}
},
"symfony/asset": {
"version": "v4.0.3"
@@ -510,6 +522,15 @@
"ref": "137a14eeb6b3f5370e7147af8aff6518504f50c7"
}
},
"symfony/google-mailer": {
"version": "4.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "4.4",
"ref": "f8fd4ddb9b477510f8f4bce2b9c054ab428c0120"
}
},
"symfony/http-foundation": {
"version": "v4.0.3"
},
@@ -525,6 +546,36 @@
"symfony/ldap": {
"version": "v4.2.8"
},
"symfony/mailchimp-mailer": {
"version": "4.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "4.4",
"ref": "1be490e068472fc87e226cf54bc95fb6f2e49117"
}
},
"symfony/mailer": {
"version": "4.3",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "4.3",
"ref": "15658c2a0176cda2e7dba66276a2030b52bd81b2"
},
"files": [
"config/packages/mailer.yaml"
]
},
"symfony/mailgun-mailer": {
"version": "4.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "4.4",
"ref": "91bc9c127983c37808481733bcf83b7651b1f941"
}
},
"symfony/maker-bundle": {
"version": "1.0",
"recipe": {
@@ -552,9 +603,6 @@
"symfony/options-resolver": {
"version": "v4.0.3"
},
"symfony/orm-pack": {
"version": "v1.0.6"
},
"symfony/phpunit-bridge": {
"version": "3.3",
"recipe": {
@@ -588,6 +636,15 @@
"symfony/polyfill-php73": {
"version": "v1.11.0"
},
"symfony/postmark-mailer": {
"version": "4.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "4.4",
"ref": "84842f6791eaef80618dda244d4e3bbcbbcdf543"
}
},
"symfony/process": {
"version": "v4.0.3"
},
@@ -630,6 +687,15 @@
"symfony/security-http": {
"version": "v4.3.3"
},
"symfony/sendgrid-mailer": {
"version": "4.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "4.4",
"ref": "b46e4f8f1adb2864f0aa9c0ff57aea3324a07199"
}
},
"symfony/serializer": {
"version": "v4.1.2"
},
@@ -642,15 +708,6 @@
"symfony/string": {
"version": "v5.0.4"
},
"symfony/swiftmailer-bundle": {
"version": "2.5",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "2.5",
"ref": "8daf8ede72274989fb0dc66b83cb4bc1693afbb9"
}
},
"symfony/templating": {
"version": "v4.1.1"
},
@@ -720,9 +777,18 @@
"theseer/tokenizer": {
"version": "1.1.0"
},
"tijsverkoyen/css-to-inline-styles": {
"version": "2.2.2"
},
"twig/cssinliner-extra": {
"version": "v3.0.1"
},
"twig/extra-bundle": {
"version": "v3.0.1"
},
"twig/inky-extra": {
"version": "v3.0.1"
},
"twig/intl-extra": {
"version": "v3.0.1"
},