Rework email sending to be RFC5322 compliant by using mimetext package
Some checks failed
release / Publish to Cloudflare Pages (push) Failing after 58s

This commit is contained in:
2025-02-03 17:53:57 +10:30
parent b543b57b4e
commit 23f0d518c5
4 changed files with 248 additions and 52 deletions

View File

@@ -13,5 +13,8 @@
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "^5.5.2",
"wrangler": "^3.107.2"
},
"dependencies": {
"mimetext": "^3.0.27"
}
}