Newsletter for Pushword: audiences, contacts with custom properties, segmented campaigns, criteria-driven automations and content triggers that mail your readers when you publish — no CRM, no worker, no third-party ESP.
{{ newsletter_form('my-audience') }}* * * * * cd /path/to/app && php bin/console pw:newsletter:tickRead the documentation.
composer require pushword/newsletterRegister the bundle and its routes:
// config/bundles.php
Pushword\Newsletter\PushwordNewsletterBundle::class => ['all' => true],# config/routes.yaml
pushword_newsletter:
resource: "@PushwordNewsletterBundle/NewsletterRoutes.yaml"Then update the schema (bin/console doctrine:schema:update --force) and create
an audience — from the admin, or over POST /api/newsletter/audience when
pushword/api is installed.
MIT — see LICENSE.