# Version 2.2.3 Qualified-Only Owner Emails

This patch stops missed-call owner emails by default.

## Goal

Only send owner emails for new qualified leads, not for every missed/after-hours call.

## What changed

- Qualified lead alerts still use:
  - OWNER_ALERT_EMAIL_ENABLED=true
  - OWNER_ALERT_SMS_ENABLED=true
- Missed-call owner alerts are now separate:
  - OWNER_MISSED_CALL_EMAIL_ENABLED=false
  - OWNER_MISSED_CALL_SMS_ENABLED=false

## Recommended environment settings

OWNER_ALERTS_ENABLED=true
OWNER_ALERT_SMS_ENABLED=true
OWNER_ALERT_EMAIL_ENABLED=true
OWNER_ALERT_ON_READY_TO_BOOK=true

OWNER_MISSED_CALL_SMS_ENABLED=false
OWNER_MISSED_CALL_EMAIL_ENABLED=false

## Logs

When a missed call happens, you should now see:

[Missed-call owner alert skipped: missed-call owner alerts disabled]

When a qualified lead is ready, you should still see:

[Owner alert check]
[Owner alert sending]
[Owner alert completed]
