https://github.com/novactive/novaezmailingbundle
Nova eZ Mailing - A Mailing/Newsletter bundle for eZ Platform
https://github.com/novactive/novaezmailingbundle
ezplatform mailing newsletter
Last synced: 9 months ago
JSON representation
Nova eZ Mailing - A Mailing/Newsletter bundle for eZ Platform
- Host: GitHub
- URL: https://github.com/novactive/novaezmailingbundle
- Owner: Novactive
- License: mit
- Created: 2018-02-25T01:17:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T20:10:06.000Z (about 3 years ago)
- Last Synced: 2025-06-16T07:05:23.454Z (9 months ago)
- Topics: ezplatform, mailing, newsletter
- Language: PHP
- Homepage:
- Size: 4.1 MB
- Stars: 4
- Watchers: 14
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Novactive eZ Mailing Bundle
----
This repository is what we call a "subtree split": a read-only copy of one directory of the main repository.
It is used by Composer to allow developers to depend on specific bundles.
If you want to report or contribute, you should instead open your issue on the main repository: https://github.com/Novactive/Nova-eZPlatform-Bundles
Documentation is available in this repository via `.md` files but also packaged here: https://novactive.github.io/Nova-eZPlatform-Bundles/master/MailingBundle/README.md.html
----
[](https://packagist.org/packages/novactive/ezmailingbundle)
[](https://github.com/Novactive/NovaeZMailingBundle/releases)
[](LICENSE)
Send eZ Contents by email based on the Mailing + Campaign configuration to a group of users (Mailing Lists)
Wording
-------
- Campaign:
- A container of Mailing
- With common metadata like
- Sender (email and name)
- Report email
- Limited by Siteaccess
- Related to Mailing Lists
- Associated with Content
- Mailing:
- A Content to be send
- A sending date or a frequency
- Mailing List:
- A container of Users
- User:
- Hold the data of a User (not a eZ User)
- Registration:
- An association of a User and a Mailing List
- Broadcast:
- A record of a Mailing being sent to the Users of the Mailing Lists related to its Campaign
- Containing the metadata (date, number of recipients etc.)
- A StatHit:
- A record that tracks
- email openings
- click on URLs
Features
--------
Novactive eZ Mailing allows you to: **Send eZ Contents by email based on the Mailing + Campaign configuration to a group
of users (Mailing Lists)**
At a glance:
- Registration management
- user information
- registration and unregistration form (with confirmation email)
- registration approbation (optional on a Mailing List)
- eZ Platform 2.x Admin UI
- Campaign management (CRUD)
- Mailing (newsletter) management (CRUD)
- one shot
- recurrence
- Mailing List management (CRUD)
- Statistics and charts (open emails, clicks etc.)
- Test a Mailing
- Users
- Import into Mailing List
- Export
- Multilingual
- SiteAccess Aware (and SiteAccess Limitations)
- Tracking
- Personnalization
- A mailer for the Mailings
- A mailer for the Service Emails
Mailing Workflow
----------------
Here is the possible status changements of a Mailing.

Usage and installation instructions
-----------------------------------
[Installation](bundle/Resources/doc/INSTALL.md)
[Usage](bundle/Resources/doc/USAGE.md)
Change
------
[Changelog](bundle/Resources/doc/CHANGELOG.md)
Special Mentions and Credits
----------------------------
- This bundle features are inspired by https://github.com/cjw-network/cjw_newsletter fusionned with eZ Mailing
(and old Novactive bundle never released in Open Source)