Skip to content

Commit

Permalink
ajout postmark mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
aleckvincent committed Oct 17, 2023
1 parent eb2b5ed commit 31a19b4
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ METABASE_DASHBOARD=42
###> symfony/mailer ###
# MAILER_DSN=smtp://localhost
###< symfony/mailer ###

###> symfony/postmark-mailer ###
# MAILER_DSN=postmark://ID@default
###< symfony/postmark-mailer ###
2 changes: 2 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/simpleReporting.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
"symfony/flex": "^1.3.1",
"symfony/form": "4.4.*",
"symfony/framework-bundle": "4.4.*",
"symfony/http-client": "4.4.*",
"symfony/mailer": "4.4.*",
"symfony/monolog-bundle": "^3.1",
"symfony/postmark-mailer": "4.4.*",
"symfony/process": "4.4.*",
"symfony/property-access": "^4.4",
"symfony/property-info": "^4.4",
Expand Down
148 changes: 147 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,15 @@
"symfony/polyfill-php81": {
"version": "v1.24.0"
},
"symfony/postmark-mailer": {
"version": "4.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "4.4",
"ref": "631f81f2fbf58126ae699a04b1d0984442613a19"
}
},
"symfony/process": {
"version": "v4.2.3"
},
Expand Down

0 comments on commit 31a19b4

Please sign in to comment.