Send reply to email in support requests

This commit is contained in:
Owen
2025-12-15 17:43:45 -05:00
parent 97631c068c
commit 0e3b6b90b7
2 changed files with 3 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ export async function sendSupportEmail(
{
name: req.user?.email || "Support User",
to: "support@pangolin.net",
replyTo: req.user?.email || undefined,
from: config.getNoReplyEmail(),
subject: `Support Request: ${subject}`
}