Skip to content

Commit

Permalink
Remove unused mailer bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril committed Nov 4, 2019
1 parent e36ab2d commit 6b97162
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 262 deletions.
8 changes: 0 additions & 8 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ APP_SECRET=630dc0d699fd37e720aff268f75583ed
# IMPORTANT: You MUST also configure your db driver and server_version in config/packages/doctrine.yaml
DATABASE_URL=mysql://davis:[email protected]:3306/davis
###< doctrine/doctrine-bundle ###

###> symfony/swiftmailer-bundle ###
# For Gmail as a transport, use: "gmail://username:password@localhost"
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
# Delivery is disabled by default via "null://localhost"
MAILER_URL=null://localhost
###< symfony/swiftmailer-bundle ###

# The admin password for the backend
ADMIN_LOGIN=admin
ADMIN_PASSWORD=test
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"symfony/process": "4.3.*",
"symfony/security-bundle": "4.3.*",
"symfony/serializer-pack": "*",
"symfony/swiftmailer-bundle": "^3.1",
"symfony/translation": "4.3.*",
"symfony/twig-bundle": "4.3.*",
"symfony/validator": "4.3.*",
Expand Down
Loading

0 comments on commit 6b97162

Please sign in to comment.