fix: missing noreply email for resend (#3094)

This commit is contained in:
David Nguyen
2026-07-14 19:13:40 +08:00
committed by GitHub
parent 12223c79cb
commit d6268b1d7d
5 changed files with 74 additions and 14 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
"clean": "rimraf node_modules"
},
"dependencies": {
"@documenso/nodemailer-resend": "4.0.0",
"@documenso/nodemailer-resend": "5.0.0",
"@documenso/tailwind-config": "*",
"@react-email/body": "0.2.0",
"@react-email/button": "0.2.0",
@@ -38,7 +38,7 @@
"@react-email/section": "0.0.16",
"@react-email/tailwind": "^2.0.1",
"@react-email/text": "0.1.5",
"nodemailer": "^8.0.5",
"nodemailer": "^9.0.0",
"react-email": "^5.0.6",
"resend": "^6.5.2"
},