Skip to content

Commit dddc2aa

Browse files
committed
chore: Add Amazon SES mailer
1 parent b21874d commit dddc2aa

File tree

4 files changed

+209
-1
lines changed

4 files changed

+209
-1
lines changed

.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,8 @@ SQLRUNNER_URL=http://sqlrunner.app-sf.orb.local:8080
6262
###> symfony/line-notify-notifier ###
6363
# LINE_NOTIFY_DSN=linenotify://TOKEN@default
6464
###< symfony/line-notify-notifier ###
65+
66+
###> symfony/amazon-mailer ###
67+
# MAILER_DSN=ses://ACCESS_KEY:SECRET_KEY@default?region=eu-west-1
68+
# MAILER_DSN=ses+smtp://ACCESS_KEY:SECRET_KEY@default?region=eu-west-1
69+
###< symfony/amazon-mailer ###

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"phpdocumentor/reflection-docblock": "5.*",
2727
"runtime/frankenphp-symfony": "dev-main",
2828
"sensiolabs/typescript-bundle": "dev-main",
29+
"symfony/amazon-mailer": "7.3.*",
2930
"symfony/asset": "7.3.*",
3031
"symfony/asset-mapper": "7.3.*",
3132
"symfony/console": "7.3.*",

composer.lock

Lines changed: 194 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

symfony.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@
7979
"sensiolabs/typescript-bundle": {
8080
"version": "dev-main"
8181
},
82+
"symfony/amazon-mailer": {
83+
"version": "7.3",
84+
"recipe": {
85+
"repo": "github.com/symfony/recipes",
86+
"branch": "main",
87+
"version": "4.4",
88+
"ref": "9648db3ecae5c8a6b1a5f74715d3907124348815"
89+
}
90+
},
8291
"symfony/asset-mapper": {
8392
"version": "7.2",
8493
"recipe": {

0 commit comments

Comments
 (0)