PHPackages                             lelesys/plugin-newsletter - 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. lelesys/plugin-newsletter

ActiveNeos-plugin

lelesys/plugin-newsletter
=========================

Newsletter plugin for TYPO3 Neos.

2.3.1(7y ago)29664[3 issues](https://github.com/lelesys/Lelesys.Plugin.Newsletter/issues)[1 PRs](https://github.com/lelesys/Lelesys.Plugin.Newsletter/pulls)LGPL-3.0+PHP

Since Nov 11Pushed 7y ago18 watchersCompare

[ Source](https://github.com/lelesys/Lelesys.Plugin.Newsletter)[ Packagist](https://packagist.org/packages/lelesys/plugin-newsletter)[ RSS](/packages/lelesys-plugin-newsletter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (13)Used By (0)

Lelesys Plugin Newsletter
=========================

[](#lelesys-plugin-newsletter)

This plugin adds Newsletter to your websites.

Warning: This plugin is experimental.

Quick start
-----------

[](#quick-start)

- Include the plugin's TypoScript definitions to your own one's (located in, for example, `Packages/Sites/Your.Site/Resources/Private/TypoScripts/Library/ContentElements.ts2`) with:

```
include: resource://Lelesys.Plugin.Newsletter/Private/TypoScript/Root.ts2

```

- Add the following code in settings of your package, Newsletter plugin sender email configuration:

```
	Lelesys:
	  Plugin:
		Newsletter:
		  email:
			admin: 'no-reply@yourdomain'
			subject: 'Confirm Subscription'
			# You can add your email address as per requirement
			replyTo: ''
			senderEmail: 'no-reply@yourdomain'
			senderName: 'Your Organization name'
			# These are optional. You can add your email addresses as per requirement
			ccAddresses: ''
			bccAddresses: ''
			baseUrl : 'Base url of your site(e.g. http://demosite.local.com')
          flashMessage:
            packageKey: 'Lelesys.Plugin.Newsletter'

```

- Create required database tables by running doctrine migrate command:

```
./flow doctrine:migrate

```

Usage
-----

[](#usage)

- add the plugin content element "Newsletter Subscription Form" to the position of your choice.
- this will display form in frontend
- add the plugin content element "Newsletter Subscribtion Confirmation" at site node (the first page of your site) for confirmation of subscribtion and to view confirmation message of newsletter .
- add the plugin content element "Lelesys Newsletter Node" to the position of your choice.
- this will display content element with plus icon to create new newsletter node. The new node will be created under the page. Enter the text to be sent in the newsletter email
- All role Lelesys.Plugin.Newsletter:NewsletterAdmin so that administrator can see all backend modules related to newsletter.

\***Note:-**\* Configure cron for command './flow newsletter:sendout' of newsletter plugin -The command './flow newsletter:sendout' will fire through cron It will send news letters to subscribers

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 56.9% 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 ~117 days

Recently: every ~127 days

Total

12

Last Release

2904d ago

Major Versions

1.1.x-dev → 2.0.x-dev2016-06-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/aa9c8b1a3f46cf80f3465f48780381b3648cb888f5a1eb519807d13b190ee85a?d=identicon)[pankajlele](/maintainers/pankajlele)

---

Top Contributors

[![gavadeshailesh](https://avatars.githubusercontent.com/u/20576073?v=4)](https://github.com/gavadeshailesh "gavadeshailesh (74 commits)")[![sushantchari](https://avatars.githubusercontent.com/u/6370534?v=4)](https://github.com/sushantchari "sushantchari (23 commits)")[![hemalatajadhav](https://avatars.githubusercontent.com/u/8995037?v=4)](https://github.com/hemalatajadhav "hemalatajadhav (10 commits)")[![pankajlele](https://avatars.githubusercontent.com/u/550239?v=4)](https://github.com/pankajlele "pankajlele (6 commits)")[![vedikabapat](https://avatars.githubusercontent.com/u/5267620?v=4)](https://github.com/vedikabapat "vedikabapat (5 commits)")[![princysalgaonkar](https://avatars.githubusercontent.com/u/8155287?v=4)](https://github.com/princysalgaonkar "princysalgaonkar (4 commits)")[![NaikAkash](https://avatars.githubusercontent.com/u/12935438?v=4)](https://github.com/NaikAkash "NaikAkash (3 commits)")[![vinod3553](https://avatars.githubusercontent.com/u/19300763?v=4)](https://github.com/vinod3553 "vinod3553 (1 commits)")[![anant-lelesys](https://avatars.githubusercontent.com/u/5669733?v=4)](https://github.com/anant-lelesys "anant-lelesys (1 commits)")[![desaisagar](https://avatars.githubusercontent.com/u/4299507?v=4)](https://github.com/desaisagar "desaisagar (1 commits)")[![soee](https://avatars.githubusercontent.com/u/1798417?v=4)](https://github.com/soee "soee (1 commits)")[![akshaynaik](https://avatars.githubusercontent.com/u/5669671?v=4)](https://github.com/akshaynaik "akshaynaik (1 commits)")

### Embed Badge

![Health badge](/badges/lelesys-plugin-newsletter/health.svg)

```
[![Health](https://phpackages.com/badges/lelesys-plugin-newsletter/health.svg)](https://phpackages.com/packages/lelesys-plugin-newsletter)
```

###  Alternatives

[m12/neos-foundation

Foundation content elements

142.4k2](/packages/m12-neos-foundation)

PHPackages © 2026

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