Skip to content

Commit 26d106b

Browse files
committed
removing swiftmailer
1 parent a1a7ad5 commit 26d106b

File tree

8 files changed

+37
-472
lines changed

8 files changed

+37
-472
lines changed

.env

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@
1212
#
1313
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
1414
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
15-
16-
###> symfony/swiftmailer-bundle ###
17-
# For Gmail as a transport, use: "gmail://username:password@localhost"
18-
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
19-
# Delivery is disabled by default via "null://localhost"
20-
MAILER_URL=null://localhost
21-
###< symfony/swiftmailer-bundle ###
22-
2315
###> symfony/framework-bundle ###
2416
APP_ENV=dev
2517
APP_SECRET=5dd8ffca252d95e8b4fb5b2d15310e92

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"symfony/framework-bundle": "^5.1",
1414
"symfony/http-client": "^5.1",
1515
"symfony/monolog-bundle": "~3.5",
16-
"symfony/swiftmailer-bundle": "^3.3",
1716
"symfony/twig-pack": "^1.0",
1817
"symfony/yaml": "^5.1",
1918
"symfony/dotenv": "^5.1"

0 commit comments

Comments
 (0)