Skip to content

Commit

Permalink
Add explanation for MAILER_URL variable in .env file (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasnatter authored Nov 17, 2020
1 parent 937902f commit df1e8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ APP_SECRET=
###< symfony/framework-bundle ###

###> symfony/swiftmailer-bundle ###
# SwiftMailer DSN that is used for sending system notifications such as reset-password emails
# 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"
Expand Down

0 comments on commit df1e8cc

Please sign in to comment.