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