Skip to content

Commit

Permalink
Merge pull request #1283 from symfony/mailer-resend
Browse files Browse the repository at this point in the history
[Mailer] Add Resend bridge recipe
  • Loading branch information
fabpot authored Jan 18, 2024
2 parents 07659cb + dbcd9cd commit 1f1a1df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions symfony/resend-mailer/7.1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"env": {
"#1": "MAILER_DSN=resend+api://API_KEY@default",
"#2": "MAILER_DSN=resend+smtp://resend:API_KEY@default"
}
}

0 comments on commit 1f1a1df

Please sign in to comment.