diff --git a/archived/symfony.mailer/97a61eabb351d7f6cb7702039bcfe07fe9d7e03c.json b/archived/symfony.mailer/97a61eabb351d7f6cb7702039bcfe07fe9d7e03c.json new file mode 100644 index 00000000..c19d5e72 --- /dev/null +++ b/archived/symfony.mailer/97a61eabb351d7f6cb7702039bcfe07fe9d7e03c.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": "97a61eabb351d7f6cb7702039bcfe07fe9d7e03c" + } + } +} diff --git a/symfony.mailer.4.3.json b/symfony.mailer.4.3.json index 254c4a1f..c19d5e72 100644 --- a/symfony.mailer.4.3.json +++ b/symfony.mailer.4.3.json @@ -6,7 +6,7 @@ "config/": "%CONFIG_DIR%/" }, "env": { - "#1": "MAILER_DSN=smtp://localhost" + "#1": "MAILER_DSN=null://null" }, "docker-compose": { "docker-compose.override.yml": { @@ -45,7 +45,7 @@ "executable": false } }, - "ref": "bbfc7e27257d3a3f12a6fb0a42540a42d9623a37" + "ref": "97a61eabb351d7f6cb7702039bcfe07fe9d7e03c" } } }