3.7.4
Added
executeWhenPassesmethod on MailatorScheduler so now executions will take into consideration constraints- Added
Binarcode\LaravelMailator\SchedulerandBinarcode\LaravelMailator\Mailatorfacades so you can use:
Scheduler::init('Reminder')
->mailable(new Mailable())
->hours(1)
->before(Carbon::parse($someDate))
You don't even need to save it, as the package knows to save this pending instance when the script ends.