Merge pull request #445

This commit is contained in:
symfony-flex-server[bot]
2019-01-13 14:52:01 +00:00
committed by GitHub
3 changed files with 22 additions and 0 deletions
@@ -0,0 +1,4 @@
wandi_mailer:
sender:
name: '%env(WANDI_MAILER_SENDER_NAME)%'
address: '%env(WANDI_MAILER_SENDER_ADDRESS)%'
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"Wandi\\MailerBundle\\WandiMailerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"WANDI_MAILER_SENDER_NAME": "Example",
"WANDI_MAILER_SENDER_ADDRESS": "example@domain.tld"
}
}
+6
View File
@@ -0,0 +1,6 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> WandiMailer, What's next? </>
<bg=blue;fg=white> </>
* The Wandi/MailerBundle needs your default sender configuration.
Modify your WANDI_MAILER_SENDER_NAME and WANDI_MAILER_SENDER_ADDRESS config in <fg=green>.env</>