Skip to content

Commit 1f1a1df

Browse files
authored
Merge pull request #1283 from symfony/mailer-resend
[Mailer] Add Resend bridge recipe
2 parents 07659cb + dbcd9cd commit 1f1a1df

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"env": {
3+
"#1": "MAILER_DSN=resend+api://API_KEY@default",
4+
"#2": "MAILER_DSN=resend+smtp://resend:API_KEY@default"
5+
}
6+
}

0 commit comments

Comments
 (0)