The FWRE Saved Searches addon lets visitors save their active search filters and receive email notifications whenever new matching properties are published. This drives return traffic by alerting interested buyers or tenants automatically, without any manual follow-up.
When a visitor applies filters on the property listing page, a Save Search button appears in the search area. Logged-in users save the search to their account. Guests are prompted to register or provide an email address. Once saved, the search runs silently in the background — when a new property is published that matches the criteria, the subscriber is queued for a notification email.

Subscribers can view and delete their saved searches from the frontend User Section.

Notification emails are not sent in real time. They are dispatched when the following URL is called:
https://your-site.com/index.php?option=com_fwrealestate&task=cron
Set up a server cron job to call this URL at your preferred interval. For example, to send notifications daily at 8 AM:
0 8 * * * curl -s "https://your-site.com/index.php?option=com_fwrealestate&task=cron" > /dev/null
The exact URL for your site is displayed in Settings → Addons for easy copying. This URL must be called externally via curl or wget — it is not triggered automatically by any built-in scheduler. If no new properties match a saved search since the last cron run, no email is sent for that subscriber.
All email settings are found under Settings → Addons. The following parameters control notification emails:
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.