From ec63097bb011f133e5d90d7d8e949eac050ac452 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 18 Jan 2024 09:32:16 +0000 Subject: [PATCH] Update Flex endpoint --- ...6ee1f226c46f01e85c29c2f7acce0596ba35a.json | 56 +++++++++++++++++++ symfony.mailer.4.3.json | 11 +++- 2 files changed, 64 insertions(+), 3 deletions(-) create mode 100644 archived/symfony.mailer/df66ee1f226c46f01e85c29c2f7acce0596ba35a.json diff --git a/archived/symfony.mailer/df66ee1f226c46f01e85c29c2f7acce0596ba35a.json b/archived/symfony.mailer/df66ee1f226c46f01e85c29c2f7acce0596ba35a.json new file mode 100644 index 00000000..f685de17 --- /dev/null +++ b/archived/symfony.mailer/df66ee1f226c46f01e85c29c2f7acce0596ba35a.json @@ -0,0 +1,56 @@ +{ + "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: axllent/mailpit", + " ports:", + " - \"1025\"", + " - \"8025\"", + " environment:", + " MP_SMTP_AUTH_ACCEPT_ANY: 1", + " MP_SMTP_AUTH_ALLOW_INSECURE: 1" + ] + } + }, + "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": "df66ee1f226c46f01e85c29c2f7acce0596ba35a" + } + } +} diff --git a/symfony.mailer.4.3.json b/symfony.mailer.4.3.json index 0efa414a..f685de17 100644 --- a/symfony.mailer.4.3.json +++ b/symfony.mailer.4.3.json @@ -12,8 +12,13 @@ "docker-compose.override.yml": { "services": [ "mailer:", - " image: sj26/mailcatcher", - " ports: [\"1025\", \"1080\"]" + " image: axllent/mailpit", + " ports:", + " - \"1025\"", + " - \"8025\"", + " environment:", + " MP_SMTP_AUTH_ACCEPT_ANY: 1", + " MP_SMTP_AUTH_ALLOW_INSECURE: 1" ] } }, @@ -45,7 +50,7 @@ "executable": false } }, - "ref": "bedeb3d54aa5404e29811c44346a1151f846f741" + "ref": "df66ee1f226c46f01e85c29c2f7acce0596ba35a" } } }