Add Resend bridge recipe

This commit is contained in:
Mathieu Santostefano
2024-01-16 23:57:54 +01:00
parent 0ff0a0af1c
commit dbcd9cdeca
+6
View File
@@ -0,0 +1,6 @@
{
"env": {
"#1": "MAILER_DSN=resend+api://API_KEY@default",
"#2": "MAILER_DSN=resend+smtp://resend:API_KEY@default"
}
}