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

  1. Set NOTIFICATION_EMAIL in backend/.env to the inbox that should receive every submission alert.
  2. Create a verified sending domain in Resend, then set RESEND_API_KEY and RESEND_FROM (e.g. The Uncanny House <no-reply@theuncannyhouse.com>).
  3. 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.