Admin · House Operations
Notification Settings.
Where The House sends every form notification. The destination inbox and the email provider are configured via the backend .env file — they are read-only here for security.
Destination Inbox
info@theuncannyhouse.com
Email Provider (Resend)
Not configured — emails will log to backend only
SMS Provider (Twilio)
Not configured — welcome SMS will log only
How to wire it up
- Set
NOTIFICATION_EMAILinbackend/.envto the inbox that should receive every submission alert. - Create a verified sending domain in Resend, then set
RESEND_API_KEYandRESEND_FROM(e.g. The Uncanny House <no-reply@theuncannyhouse.com>). - Restart the backend (
sudo supervisorctl restart backend) and reload this page — both providers will flip to Configured & live.
Until Resend is configured, every submission is still stored in the database and the outbound email is written to the backend logs with the full payload so nothing is ever lost.