mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
JacquesndlMailerBundle: add recipe
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
jacquesndl_mailer:
|
||||
sender:
|
||||
name: '%env(JACQUESNDL_MAILER_SENDER_NAME)%'
|
||||
address: '%env(JACQUESNDL_MAILER_SENDER_ADDRESS)%'
|
||||
Executable
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Jacquesndl\\MailerBundle\\JacquesndlMailerBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"JACQUESNDL_MAILER_SENDER_NAME": "Example",
|
||||
"JACQUESNDL_MAILER_SENDER_ADDRESS": "example@domain.tld"
|
||||
}
|
||||
}
|
||||
@@ -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</>
|
||||
Reference in New Issue
Block a user