All notable changes to laravel-mailator
will be documented in this file
actionClass
from MailatorScheduler now accept an instance ofBinarcode\LaravelMailator\Actions\Action
toDays()
helper added to MailatorSchedulertags()
added to MailatorScheduler
-
The
before
andafter
methods now accept only an instance of Carbon -
You can add custom contraints using
->contraint( Binarcode\LaravelMailator\Constraints\SendScheduleConstraint)
method. -
The scheduler will now take care of your configurations, so if you don't specify any constraint, it will send the email based on the scheduler configurations.
-
Changed
events
column name toconstraints
-
Added
timestamp_target
timestamp column
- initial release