mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
Add recipe for ExpertCoder Swiftmailer SendGrid Bundle
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
|||||||
|
expert_coder_swiftmailer_send_grid:
|
||||||
|
api_key: '%env(SENDGRID_API_KEY)%_'
|
||||||
|
#categories: [development, client_name]
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"ExpertCoder\\Swiftmailer\\SendGridBundle\\ExpertCoderSwiftmailerSendGridBundle": ["all"]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/",
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"SENDGRID_API_KEY": "..."
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user