Skip to content

Commit e01aebb

Browse files
committed
feature #1063 Replaced SwiftMailer by Symfony Mailer (javiereguiluz)
This PR was squashed before being merged into the master branch (closes #1063). Discussion ---------- Replaced SwiftMailer by Symfony Mailer This fixes #1036. Commits ------- c5df9b7 Replaced SwiftMailer by Symfony Mailer
2 parents 177b652 + c5df9b7 commit e01aebb

File tree

14 files changed

+161
-290
lines changed

14 files changed

+161
-290
lines changed

.env

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ APP_SECRET=67d829bf61dc5f87a73fd814e2c9f629
2828
DATABASE_URL=sqlite:///%kernel.project_dir%/data/database.sqlite
2929
###< doctrine/doctrine-bundle ###
3030

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"symfony/form": "5.0.*",
2121
"symfony/framework-bundle": "*",
2222
"symfony/intl": "5.0.*",
23+
"symfony/mailer": "5.0.*",
2324
"symfony/monolog-bundle": "^3.1",
2425
"symfony/polyfill-intl-messageformatter": "^1.12",
2526
"symfony/polyfill-php72": "^1.8",
2627
"symfony/security-bundle": "5.0.*",
2728
"symfony/string": "5.0.*",
28-
"symfony/swiftmailer-bundle": "^3.1",
2929
"symfony/translation": "5.0.*",
3030
"symfony/twig-bundle": "5.0.*",
3131
"symfony/validator": "5.0.*",

0 commit comments

Comments
 (0)