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
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