The FWRE Saved Searches addon adds a Save Search button to your property search module. When a visitor saves their active filters, they receive email notifications each time a new matching property is published — bringing interested buyers back to your site automatically.
A visitor applies filters on the property listing page (bedrooms, bathrooms, price, location, and more), then clicks the Save Search button injected by this addon.

When a new property is published that matches saved criteria, the subscriber is queued for notification. Emails are dispatched when the cron URL is called (see below). If no new matching properties exist since the last cron run, no email is sent for that subscriber.
Subscribers can view and delete their saved searches from the frontend User Section.

Notification emails are not sent in real time. They are dispatched only when the following URL is called:
https://your-site.com/index.php?option=com_fwrealestate&task=cron
The exact URL for your site is displayed in Settings → Addons for easy copying. Configure a server cron job to call it at your preferred interval. For example, to send notifications every morning at 8:00 AM:
0 8 * * * curl -s "https://your-site.com/index.php?option=com_fwrealestate&task=cron" > /dev/null
This URL must be triggered externally via curl, wget, or a server-level cron scheduler — it is not called automatically by Joomla.
Email notification templates are configured under Settings → Addons.
Beyond new property notifications, the addon supports several extended alert scenarios:
To install this addon, open the Add-ons panel inside FW Real Estate. See Getting Started → Add-ons for details on free addons, paid addons, and site verification.