Core onboarding message — themed with your tokens and shipped with a plain-text twin. Runtime subjects can be localized by your Laravel application.
A focused first message for a newly created account.
use Jml\HermodMail\Data\WelcomeData; use Jml\HermodMail\Mail\WelcomeMail; $data = new WelcomeData(/* validated fields */); Mail::to($recipient)->send(new WelcomeMail($data));
Start with eight MIT Core templates. Pro licensing and stable release are still prelaunch.