diff --git a/mailgun/mailgun-php/2.3/config/packages/mailgun.yaml b/mailgun/mailgun-php/2.3/config/packages/mailgun.yaml new file mode 100644 index 00000000..e2caf9b8 --- /dev/null +++ b/mailgun/mailgun-php/2.3/config/packages/mailgun.yaml @@ -0,0 +1,5 @@ +services: + Mailgun\Mailgun: + class: Mailgun\Mailgun + factory: ['Mailgun\Mailgun', create] + arguments: ['%env(MAILGUN_API_KEY)%'] diff --git a/mailgun/mailgun-php/2.3/manifest.json b/mailgun/mailgun-php/2.3/manifest.json new file mode 100644 index 00000000..a22e3e9e --- /dev/null +++ b/mailgun/mailgun-php/2.3/manifest.json @@ -0,0 +1,9 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "#1": "Get your API key form https://app.mailgun.com/app/domains", + "MAILGUN_API_KEY": "\"replace_me\"" + } +}