noerd / marketing
Marketing module for noerd platform — central email sending and communications log
v0.1.1
2026-05-28 20:15 UTC
Requires
- noerd/customer: ^0.1
- noerd/noerd: ^0.6
README
Central email sending and communications log for the noerd platform.
Purpose
- Single entry point for sending application emails across all modules
- Persistent log of every email in the
communicationstable - Replaces the legacy
mail_logstable (data migrated automatically)
Usage
use Noerd\Marketing\Services\Communicator; app(Communicator::class)->send( mailable: new MyMailable($data), to: $customer->email, customer: $customer, );
Installation
composer require noerd/marketingphp artisan migratephp artisan noerd:install-marketing