mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Move the mail and mailer aliases to symfony/mailer instead of swiftmailer
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
},
|
||||
"env": {
|
||||
"#1": "MAILER_DSN=smtp://localhost"
|
||||
}
|
||||
},
|
||||
"aliases": ["mailer", "mail"]
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"#3": "Delivery is disabled by default via \"null://localhost\"",
|
||||
"MAILER_URL": "null://localhost"
|
||||
},
|
||||
"aliases": ["mailer", "mail", "swiftmailer"]
|
||||
"aliases": ["swiftmailer"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user