noerd / marketing
Communication module for noerd platform — central email sending and communications log
v0.1.5
2026-07-10 17:33 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\Communication\Services\Communicator; app(Communicator::class)->send( mailable: new MyMailable($data), to: $customer->email, customer: $customer, );
Installation
composer require noerd/communicationphp artisan migratephp artisan noerd:install-communication