Add Mailpit email transport

This commit is contained in:
2026-08-17 16:35:14 -04:00
parent 67ab6b78bd
commit 1853eaa963
23 changed files with 567 additions and 148 deletions
+13
View File
@@ -1,5 +1,15 @@
{
"$schema": "https://turbo.build/schema.json",
"globalEnv": [
"EMAIL_PROVIDER",
"EMAIL_FROM",
"SMTP_HOST",
"SMTP_PORT",
"SMTP_SECURE",
"RESEND_API_KEY",
"RESEND_DOMAIN",
"RESEND_FROM"
],
"tasks": {
"dev": {
"cache": false,
@@ -12,6 +22,9 @@
"@beenvoice/domain#build": {
"outputs": []
},
"@beenvoice/email#build": {
"outputs": []
},
"@beenvoice/mobile#build": {
"outputs": []
},