https://github.com/tpokorra/flarum-ext-post-notification
Flarum extension to send email notification for each post written or modified
https://github.com/tpokorra/flarum-ext-post-notification
flarum flarum-extension notification
Last synced: 21 days ago
JSON representation
Flarum extension to send email notification for each post written or modified
- Host: GitHub
- URL: https://github.com/tpokorra/flarum-ext-post-notification
- Owner: tpokorra
- License: mit
- Created: 2018-10-25T05:05:02.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T17:22:16.000Z (over 2 years ago)
- Last Synced: 2025-03-19T20:17:29.062Z (about 1 month ago)
- Topics: flarum, flarum-extension, notification
- Language: PHP
- Homepage: https://discuss.flarum.org/d/20750-post-notifications-per-e-mail
- Size: 35.2 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
- awesome-flarum - Post Notification - Send email notification for each post written or modified. (Extensions / Mail ([:top:](#table-of-contents)))
README
# Notification for each post
This is used in a closed forum, where all members should receive an email whenever a message is posted or modified.
### installation
Install manually:
```bash
composer require tpokorra/flarum-ext-post-notification
```### configuration
Don't forget to activate the extension in the admin panel of your Flarum, and use the Settings dialog to configure the extension with the E-Mail addresses!
### license
This extension is licensed under the MIT license.