I run this command :
/usr/bin/php-cli -q /the/path/to/apps/console/console.php send-campaigns --verbose=1
and the result is:
2015-05-19 10:15:34] Current progress: 85 out of 1000
[2015-05-19 10:15:34] Checking if the delivery server is allowed to send to the subscriber email address domain...OK, took 0 seconds.
[2015-05-19 10:15:34] Checking the subscriber email address into the blacklist...OK, took 0.001 seconds.
[2015-05-19 10:15:34] Checking server sending quota...OK, took 0 seconds.
[2015-05-19 10:15:34] Checking customer sending quota...OK, took 0 seconds.
[2015-05-19 10:15:34] Preparing email...done, took 0.005 seconds.
[2015-05-19 10:15:34] -> Sending the email for ********@hotmail.com by using direct method...done, took 1.285 seconds.
[2015-05-19 10:15:36] The email has been sent successfully!
[2015-05-19 10:15:36] Logging delivery...done, took 0.023 seconds.
[2015-05-19 10:15:36] Current progress: 86 out of 1000
[2015-05-19 10:15:36] Checking if the delivery server is allowed to send to the subscriber email address domain...OK, took 0 seconds.
[2015-05-19 10:15:36] Checking the subscriber email address into the blacklist...OK, took 0.001 seconds.
[2015-05-19 10:15:36] Checking server sending quota...OK, took 0 seconds.
[2015-05-19 10:15:36] Checking customer sending quota...OK, took 0 seconds.
[2015-05-19 10:15:36] Preparing email...done, took 0.005 seconds.
[2015-05-19 10:15:36] -> Sending the email for ********@noavar.com by using direct method...done, took 1.141 seconds.
[2015-05-19 10:15:37] The email has been sent successfully!
[2015-05-19 10:15:37] Logging delivery...done, took 0.018 seconds.
[2015-05-19 10:15:37] Current progress: 87 out of 1000
[2015-05-19 10:15:37] Checking if the delivery server is allowed to send to the subscriber email address domain...OK, took 0 seconds.
[2015-05-19 10:15:37] Checking the subscriber email address into the blacklist...OK, took 0.001 seconds.
[2015-05-19 10:15:37] Checking server sending quota...OK, took 0 seconds.
[2015-05-19 10:15:37] Checking customer sending quota...OK, took 0 seconds.
[2015-05-19 10:15:37] Preparing email...done, took 0.005 seconds.
[2015-05-19 10:15:37] -> Sending the email for ********@gmail.com by using direct method...done, took 1.189 seconds.
[2015-05-19 10:15:38] The email has been sent successfully!
[2015-05-19 10:15:38] Logging delivery...done, took 0.018 seconds.
[2015-05-19 10:15:38] Current progress: 88 out of 1000
[2015-05-19 10:15:38] Checking if the delivery server is allowed to send to the subscriber email address domain...OK, took 0 seconds.
[2015-05-19 10:15:38] Checking the subscriber email address into the blacklist...OK, took 0.001 seconds.
[2015-05-19 10:15:38] Checking server sending quota...OK, took 0 seconds.
[2015-05-19 10:15:38] Checking customer sending quota...OK, took 0 seconds.
[2015-05-19 10:15:38] Preparing email...done, took 0.007 seconds.
[2015-05-19 10:15:38] -> Sending the email for ********@yahoo.com by using direct method...done, took 1.335 seconds.
[2015-05-19 10:15:39] The email has been sent successfully!
[2015-05-19 10:15:39] Logging delivery...done, took 0.023 seconds
and status of procces is:
ps aux | grep send
root 26530 0.0 0.1 10800 1552 pts/3 S 14:29 0:00 /bin/bash /var/www/*********t/apps/console/commands/shell/send-parallel-campaigns -s 5 -c 15 -t -p /usr/bin/php
root 26561 3.3 3.9 236500 40640 pts/3 S 14:29 0:18 /usr/bin/php -q /var/www/*********/apps/console/console.php send-campaigns --campaigns_offset=0 --campaigns_limit=1 --campaigns_type=
what is your idea about this result?