seiger/smailer

Mailing lists Management Module for Evolution CMS admin panel.

Maintainers

Package info

github.com/Seiger/sMailer

Language:Blade

Type:evolutioncms-module

pkg:composer/seiger/smailer

Statistics

Installs: 19

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-main 2026-02-02 21:24 UTC

This package is auto-updated.

Last update: 2026-03-02 21:28:30 UTC


README

Latest Stable Version CMS Evolution PHP version License Issues Stars Total Downloads

sMailer Mailing lists Management Module for Evolution CMS admin panel.

Install by artisan package installer

Run in you /core/ folder:

php artisan package:installrequire seiger/smailer "*"

Generate the config file in core/custom/config/cms/settings with name smailer.php the file should return a comma-separated list of templates.

php artisan vendor:publish --provider="Seiger\sMailer\sMailerServiceProvider"

Run make DB structure with command:

php artisan migrate