Commit Graph
3 Commits
Author SHA1 Message Date
Ajay Ghanwat 8f6e530dc4 fix: correct SMTP transporter config with env vars and STARTTLS settings 2026-04-13 12:51:29 +05:30
Ajay Ghanwat 9fcf2e73fe pre-agent: Fix SMTP transporter configuration in contact API 2026-04-13 12:50:41 +05:30
Ajay Ghanwat c7bc4c724f fix: make contact form response instant by sending email in background
The POST handler previously awaited sendContactEmail() which blocked the
HTTP response until SMTP delivery completed. Now the email is fired off
as a background promise with error logging/Sentry capture in .catch(),
so users get an immediate 200 response (~130ms vs seconds).
2026-04-13 12:50:20 +05:30