dereuromark / cakephp-queue

Queue plugin for CakePHP - simple, pure PHP and without dependencies.
MIT License
306 stars 137 forks source link

EmailTask handling Cake\Mailer\Message #315

Closed advitum closed 2 years ago

advitum commented 2 years ago

QueueTransport puts Message object into Job, but EmailTask expected Mailer object or array, not Message object. Added handling of Message objects to EmailTask and added a Test Case to cover the new usage. Resolves https://github.com/dereuromark/cakephp-queue/issues/314

dereuromark commented 2 years ago

Nice work!