Skip to content

Commit

Permalink
Symfony mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
almunnings committed Oct 21, 2023
1 parent f2deaf0 commit e6505bd
Show file tree
Hide file tree
Showing 12 changed files with 385 additions and 67 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ MARIADB_PORT=
# Memcache.
MEMCACHE_SERVER=
MEMCACHE_PORT=

# SMTP mail settings
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_HOST=
SMTP_PORT=
1 change: 0 additions & 1 deletion .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ config:
composer_version: '2.6.4'
webroot: web
build:
- cp -u .env.example .env
- composer install --profile

proxy:
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"drupal/pathauto": "^1.11",
"drupal/redirect": "^1.8",
"drupal/shield": "^1.7",
"drupal/symfony_mailer": "^1.4@beta",
"drupal/tablefield": "^2.4",
"drupal/typed_data": "^1.0@beta",
"drupal/viewfield": "^3.0@beta",
Expand Down
Loading

0 comments on commit e6505bd

Please sign in to comment.