cakeresque 3a 3aenqueue

Solutions on MaxInterview for cakeresque 3a 3aenqueue by the best coders in the world

showing results for - "cakeresque 3a 3aenqueue"
Lindsay
25 Jan 2017
1While enqueuing jobs from TestController use
2
3CakeResque::enqueue('default',
4                    'CakeResque.MailShell',   //difference is here
5                     array('sendMail',
6                           'test@gmail.com',
7                           'Test Email',
8                           'Hi this it test email.'));
9
similar questions
queries leading to this page
cakeresque 3a 3aenqueue