Newsletter-system
Newsletter System
Add-on systems that unzip into the starter.
Free
Newsletter System
Newsletter overlay for Website Starter. Visitors subscribe, confirm by email, and can unsubscribe. No .env. Auth and Blog are optional.
- Unzip
newsletter-system.zipinto the Website Starter root. No.env. - The form is in the footer and at
/newsletter. Texts:content/newsletter.json. - A confirmation email is sent (and stored in
storage/app/newsletter-outbox.jsonif mail is log). - Blog or Journal: set
"notify": trueon an item to email confirmed subscribers. Without Newsletter that field is ignored. Without Blog, subscribe still works. - Later writing panel:
if (class_exists(\App\Newsletter::class)) { \App\Newsletter::notifyPost($post, $send); } - Subscriber list:
/newsletter/subscribersafter Auth.
Live preview: /newsletter
Overlay install
Unzip into the Website Starter root. No .env.
JSON content
Edit content/*.json. An empty field hides the block.