Merge pull request #916

This commit is contained in:
symfony-flex-server[bot]
2020-05-03 12:08:26 +00:00
committed by GitHub
3 changed files with 25 additions and 0 deletions
@@ -0,0 +1,4 @@
jacquesndl_mailer:
sender:
name: '%env(JACQUESNDL_MAILER_SENDER_NAME)%'
address: '%env(JACQUESNDL_MAILER_SENDER_ADDRESS)%'
+15
View File
@@ -0,0 +1,15 @@
{
"bundles": {
"Jacquesndl\\MailerBundle\\JacquesndlMailerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"JACQUESNDL_MAILER_SENDER_NAME": "Example",
"JACQUESNDL_MAILER_SENDER_ADDRESS": "example@domain.tld"
},
"conflict": {
"symfony/symfony": "<4.4"
}
}
@@ -0,0 +1,6 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Jacquesndl/MailerBundle, What's next? </>
<bg=blue;fg=white> </>
* The Jacquesndl/MailerBundle needs your default sender configuration.
Modify your JACQUESNDL_MAILER_SENDER_NAME and JACQUESNDL_MAILER_SENDER_ADDRESS config in <fg=green>.env</>