Add mailjet-bundle recipe

This commit is contained in:
Laurent Bassin
2018-12-06 15:22:22 +01:00
parent 662137bf4b
commit 9f7c0c19fe
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
mailjet:
api_key: "%env(MJ_APIKEY_PUBLIC)%"
secret_key: "%env(MJ_APIKEY_PRIVATE)%"

View File

@@ -0,0 +1,12 @@
{
"bundles": {
"Mailjet\\MailjetBundle\\MailjetBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MJ_APIKEY_PUBLIC": "your-api_key",
"MJ_APIKEY_PRIVATE": "@@your-secret_key"
}
}