noerd / marketing
Communication module for noerd platform — central email sending and communications log
v0.3.5
2026-08-01 20:28 UTC
Requires
- noerd/customer: ^0.1 || ^0.2 || ^0.3
- noerd/noerd: ^0.8
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