PHPackages                             newscoop/send-feedback-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. newscoop/send-feedback-plugin

ActiveNewscoop-plugin[Mail &amp; Notifications](/categories/mail)

newscoop/send-feedback-plugin
=============================

Send feedback and contact plugin.

0.5.6(10y ago)08293GPL-3.0PHPPHP &gt;=5.3.3

Since Aug 18Pushed 8y ago15 watchersCompare

[ Source](https://github.com/newscoop/plugin-SendFeedback)[ Packagist](https://packagist.org/packages/newscoop/send-feedback-plugin)[ RSS](/packages/newscoop-send-feedback-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Send feedback - Contact Plugin
==============================

[](#send-feedback---contact-plugin)

Plugin for basic contact form functionalities. Supports most common fields, supports storing in database and uploading attachments.

This plugin is compatible with Newscoop 4.3 and higher.

Features
--------

[](#features)

- Send feedback messages (supported fields: first name, last name, email, subject and message)
- Supports posting via AJAX and normal post with custom redirect page
- Attachments handling (only images and pdf documents), attach to mail or upload into Newscoop Media Library
- Let site visitors decide who to send email to (with spam protection)
- Store feedback in database and view in Newscoop backend (see detailed instructions)

Installation
------------

[](#installation)

Installation is a quick process:

1. How to install this plugin?
2. That's all!

### Step 1: How to install this plugin?

[](#step-1-how-to-install-this-plugin)

Run the command:

```
$ php application/console plugins:install "newscoop/send-feedback-plugin"
$ php application/console assets:install public/
```

Plugin will be installed to your project's `newscoop/plugins/Newscoop` directory.

### Step 2: That's all!

[](#step-2-thats-all)

Go to Newscoop Admin panel and then open `Plugins` tab. The Plugin will show up there. You can now use the plugin.

**Note:**

To update this plugin run the command:

```
$ php application/console plugins:update "newscoop/send-feedback-plugin"
$ php application/console assets:install public/
```

To remove this plugin run the command:

```
$ php application/console plugins:remove "newscoop/send-feedback-plugin"
```

Documentation
-------------

[](#documentation)

### Extended plugin documentation

[](#extended-plugin-documentation)

For more information please see our [wiki page](https://wiki.sourcefabric.org/display/NPS/Send+Feedback+-+Contact+plugin).

### Read plugin settings

[](#read-plugin-settings)

With the help of the tag {{ get\_feedback\_settings }} it's possible to read the plugin settings in the frontend. All current keys which can be read are listed below as well.

```
{{ get_feedback_settings }}
{{ get_feedback_settings assign="mySettingVariable" }}
{{ $mySettingVariable.to }} // Email addresses of valid receivers
{{ $mySettingVariable.storeInDatabase }} // Whether the feedback will be stored in the database
{{ $mySettingVariable.allowAttachments }} // Whether attachments are allowed
{{ $mySettingVariable.allowAnonymous }} // Whether non-registered users can send feedback

```

### Basic example

[](#basic-example)

```

        First Name

        Last Name

        Email

        Subject

        Message

```

License
-------

[](#license)

This bundle is under the GNU General Public License v3. See the complete license in the bundle:

```
LICENSE

```

About
-----

[](#about)

This Bundle is a [Sourcefabric z.ú.](https://github.com/sourcefabric) initiative.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 51.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~40 days

Total

5

Last Release

3755d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/259cf09fe93a346f3d69381ecdb79261caa3238bf58c1e61eeda22c25bef6e8f?d=identicon)[newscoop](/maintainers/newscoop)

![](https://www.gravatar.com/avatar/9ec8ead198708d54817180228ce713f9d6f43f1fbfebbfa71271fe8fcae11dc6?d=identicon)[takeit](/maintainers/takeit)

---

Top Contributors

[![m038](https://avatars.githubusercontent.com/u/164319?v=4)](https://github.com/m038 "m038 (50 commits)")[![takeit](https://avatars.githubusercontent.com/u/562536?v=4)](https://github.com/takeit "takeit (27 commits)")[![localizer](https://avatars.githubusercontent.com/u/6546475?v=4)](https://github.com/localizer "localizer (13 commits)")[![thnkloud9](https://avatars.githubusercontent.com/u/1511745?v=4)](https://github.com/thnkloud9 "thnkloud9 (5 commits)")[![ahilles107](https://avatars.githubusercontent.com/u/298610?v=4)](https://github.com/ahilles107 "ahilles107 (2 commits)")

---

Tags

emailsendcmswidgetcontactfeedbacknewscoop

### Embed Badge

![Health badge](/badges/newscoop-send-feedback-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/newscoop-send-feedback-plugin/health.svg)](https://phpackages.com/packages/newscoop-send-feedback-plugin)
```

###  Alternatives

[sendgrid/smtpapi

Build SendGrid X-SMTPAPI headers in PHP.

696.5M2](/packages/sendgrid-smtpapi)[fastglass/sendgrid

This library allows you to send emails through SendGrid using PHP and Guzzle 6.x.

213.7M](/packages/fastglass-sendgrid)[putyourlightson/craft-campaign

Send and manage email campaigns, contacts and mailing lists.

6435.0k1](/packages/putyourlightson-craft-campaign)[florianv/snoop

Find informations about an email address owner

1082.6k](/packages/florianv-snoop)[craftpulse/craft-notifications

Send notifications across a variety of delivery channels, including mail and Slack. Notifications may also be stored in a database so they may be displayed in your web interface.

551.2k](/packages/craftpulse-craft-notifications)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
