From 5a7e3e7ea89896e362f3d7aacc1ad1ea615b8d54 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 31 Dec 2022 12:04:39 +0000 Subject: [PATCH] Update Flex endpoint --- ...89438209656b85b9a49238c4467bff1b1f939.json | 51 +++++++++++++++++++ symfony.mailer.4.3.json | 4 +- 2 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 archived/symfony.mailer/2bf89438209656b85b9a49238c4467bff1b1f939.json diff --git a/archived/symfony.mailer/2bf89438209656b85b9a49238c4467bff1b1f939.json b/archived/symfony.mailer/2bf89438209656b85b9a49238c4467bff1b1f939.json new file mode 100644 index 00000000..518dc8a6 --- /dev/null +++ b/archived/symfony.mailer/2bf89438209656b85b9a49238c4467bff1b1f939.json @@ -0,0 +1,51 @@ +{ + "manifests": { + "symfony/mailer": { + "manifest": { + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "MAILER_DSN=null://null" + }, + "docker-compose": { + "docker-compose.override.yml": { + "services": [ + "mailer:", + " image: schickling/mailcatcher", + " ports: [\"1025\", \"1080\"]" + ] + } + }, + "post-install-output": [ + " * You're ready to send emails.", + "", + " * If you want to send emails via a supported email provider, install", + " the corresponding bridge.", + " For instance, composer require mailgun-mailer for Mailgun.", + "", + " * If you want to send emails asynchronously:", + "", + " 1. Install the messenger component by running composer require messenger;", + " 2. Add 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage': amqp to the", + " config/packages/messenger.yaml file under framework.messenger.routing", + " and replace amqp with your transport name of choice.", + "", + " * Read the documentation at https://symfony.com/doc/master/mailer.html" + ] + }, + "files": { + "config/packages/mailer.yaml": { + "contents": [ + "framework:", + " mailer:", + " dsn: '%env(MAILER_DSN)%'", + "" + ], + "executable": false + } + }, + "ref": "2bf89438209656b85b9a49238c4467bff1b1f939" + } + } +} diff --git a/symfony.mailer.4.3.json b/symfony.mailer.4.3.json index c19d5e72..518dc8a6 100644 --- a/symfony.mailer.4.3.json +++ b/symfony.mailer.4.3.json @@ -13,7 +13,7 @@ "services": [ "mailer:", " image: schickling/mailcatcher", - " ports: [1025, 1080]" + " ports: [\"1025\", \"1080\"]" ] } }, @@ -45,7 +45,7 @@ "executable": false } }, - "ref": "97a61eabb351d7f6cb7702039bcfe07fe9d7e03c" + "ref": "2bf89438209656b85b9a49238c4467bff1b1f939" } } }