Skip to content

Commit

Permalink
feature symfony#1063 Replaced SwiftMailer by Symfony Mailer (javiereg…
Browse files Browse the repository at this point in the history
…uiluz)

This PR was squashed before being merged into the master branch (closes symfony#1063).

Discussion
----------

Replaced SwiftMailer by Symfony Mailer

This fixes symfony#1036.

Commits
-------

c5df9b7 Replaced SwiftMailer by Symfony Mailer
  • Loading branch information
javiereguiluz committed Jan 15, 2020
2 parents 177b652 + c5df9b7 commit e01aebb
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 e01aebb

Please sign in to comment.