Sends e-mails to users in the spool
Inheritance: extends Phalcon\Di\Injectable
Exemplo n.º 1
0
 public function run()
 {
     $spool = new SendSpool();
     $spool->sendRemaining();
 }
Exemplo n.º 2
0
 public function run()
 {
     $spool = new SendSpool();
     $spool->consumeQueue();
 }