Move the mail and mailer aliases to symfony/mailer instead of swiftmailer

This commit is contained in:
Fabien Potencier
2019-11-20 13:36:30 +01:00
parent 9a260b41aa
commit 895ce06f37
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -4,5 +4,6 @@
},
"env": {
"#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\"",
"MAILER_URL": "null://localhost"
},
"aliases": ["mailer", "mail", "swiftmailer"]
"aliases": ["swiftmailer"]
}