Skip to content

Removed the unused SwiftMailerBundle #420

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ public function registerBundles()
new CodeExplorerBundle\CodeExplorerBundle(),
new AppBundle\AppBundle(),
new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(), // used for initial population of non-SQLite databases in production envs
// uncomment the following line if your application sends emails
// new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
];

// Some bundles are only used while developing the application or during
Expand Down
13 changes: 0 additions & 13 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,3 @@ doctrine:
orm:
auto_generate_proxy_classes: "%kernel.debug%"
auto_mapping: true

# Swiftmailer Configuration (used to send emails)
# instead of configuring the mailer credentials in this file, we pull
# them from the app/config/parameters.yml file. The reason is that config.yml
# stores options that change the application behavior and parameters.yml
# stores options that change from one server to another
#
# swiftmailer:
# transport: "%mailer_transport%"
# host: "%mailer_host%"
# username: "%mailer_user%"
# password: "%mailer_password%"
# spool: { type: memory }
10 changes: 0 additions & 10 deletions app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,3 @@ parameters:
# $ php bin/console doctrine:database:create
# $ php bin/console doctrine:schema:create
# $ php bin/console doctrine:fixtures:load

# Uncomment these parameters if your application sends emails:
#
# mailer_transport: smtp
# mailer_host: 127.0.0.1
# mailer_user: ~
# mailer_password: ~
#
# If you don't use a real mail server, you can send emails via your Gmail account.
# see http://symfony.com/doc/current/cookbook/email/gmail.html
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"sensio/framework-extra-bundle" : "^3.0.2",
"symfony/monolog-bundle" : "^3.0",
"symfony/polyfill-apcu" : "^1.0",
"symfony/swiftmailer-bundle" : "^2.3",
"symfony/symfony" : "^3.2",
"twig/extensions" : "^1.3",
"twig/twig" : "^1.28",
Expand Down
Loading