Merge pull request #684

This commit is contained in:
symfony-flex-server[bot]
2019-11-20 13:07:21 +00:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -4,5 +4,6 @@
}, },
"env": { "env": {
"#1": "MAILER_DSN=smtp://localhost" "#1": "MAILER_DSN=smtp://localhost"
} },
"aliases": ["mailer", "mail"]
} }
+1 -1
View File
@@ -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"]
} }