mirror of
https://github.com/symfony/recipes.git
synced 2026-09-20 19:46:52 +03:00
Merge pull request #684
This commit is contained in:
@@ -4,5 +4,6 @@
|
|||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"#1": "MAILER_DSN=smtp://localhost"
|
"#1": "MAILER_DSN=smtp://localhost"
|
||||||
}
|
},
|
||||||
|
"aliases": ["mailer", "mail"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,5 +11,5 @@
|
|||||||
"#3": "Delivery is disabled by default via \"null://localhost\"",
|
"#3": "Delivery is disabled by default via \"null://localhost\"",
|
||||||
"MAILER_URL": "null://localhost"
|
"MAILER_URL": "null://localhost"
|
||||||
},
|
},
|
||||||
"aliases": ["mailer", "mail", "swiftmailer"]
|
"aliases": ["swiftmailer"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user