mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Added mailgun api client
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
services:
|
||||
Mailgun\Mailgun:
|
||||
factory: ['Mailgun\Mailgun', create]
|
||||
arguments: ['%env(MAILGUN_API_KEY)%']
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"aliases": ["mailgun"],
|
||||
"env": {
|
||||
"#1": "Get your API key form https://app.mailgun.com/app/domains",
|
||||
"MAILGUN_API_KEY": "\"replace_me\""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user