mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
Add recipe for wlindabla/mailing-bundle (#2054)
* Add recipe for wlindabla/mailing-bundle * Fix trailing newline in recipe files * Trigger CI
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
wlindabla_mailing:
|
||||
from_addresses:
|
||||
system:
|
||||
address: '%env(APP_MAIL_FROM_SYSTEM)%'
|
||||
name: '%env(APP_MAIL_FROM_SYSTEM_NAME)%'
|
||||
support:
|
||||
address: '%env(APP_MAIL_FROM_SUPPORT)%'
|
||||
name: '%env(APP_MAIL_FROM_SUPPORT_NAME)%'
|
||||
dkim:
|
||||
private_key: '%env(resolve:default::MAILER_DKIM)%'
|
||||
domain: '%env(APP_DKIM_DOMAIN)%'
|
||||
selector: 'default'
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Wlindabla\\MailingBundle\\WlindablaMailingBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"APP_MAIL_FROM_SYSTEM": "no-reply-system@myexample.com",
|
||||
"APP_MAIL_FROM_SYSTEM_NAME": "System",
|
||||
"APP_MAIL_FROM_SUPPORT": "support-@myexample.com",
|
||||
"APP_MAIL_FROM_SUPPORT_NAME": "Support",
|
||||
"APP_DKIM_DOMAIN": "myexample.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user