Skip to content

Commit

Permalink
Replaced SwiftMailer by Symfony Mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jan 15, 2020
1 parent 52ef1b7 commit c5df9b7
Show file tree
Hide file tree
Showing 14 changed files with 161 additions and 290 deletions.
9 changes: 3 additions & 6 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ APP_SECRET=67d829bf61dc5f87a73fd814e2c9f629
DATABASE_URL=sqlite:///%kernel.project_dir%/data/database.sqlite
###< 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 ###
###> symfony/mailer ###
# MAILER_DSN=smtp://localhost
###< symfony/mailer ###
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"symfony/form": "5.0.*",
"symfony/framework-bundle": "*",
"symfony/intl": "5.0.*",
"symfony/mailer": "5.0.*",
"symfony/monolog-bundle": "^3.1",
"symfony/polyfill-intl-messageformatter": "^1.12",
"symfony/polyfill-php72": "^1.8",
"symfony/security-bundle": "5.0.*",
"symfony/string": "5.0.*",
"symfony/swiftmailer-bundle": "^3.1",
"symfony/translation": "5.0.*",
"symfony/twig-bundle": "5.0.*",
"symfony/validator": "5.0.*",
Expand Down
Loading

0 comments on commit c5df9b7

Please sign in to comment.