Log in
Model

SendFriend

Magento\SendFriend\Model\ResourceModel\SendFriend

What it does

This resource model manages the database operations for Magento's 'Send to Friend' feature logging.

It tracks how many times users have sent product recommendations via email from a specific IP address within a timeframe, enforces rate limiting, and cleans up old log entries.

Developers use this class to prevent spam by limiting the number of emails that can be sent from a single IP address per website.

Public Methods

  • getSendCount()
  • addSendItem()
  • deleteLogsBefore()