Eldi
Member
Hi guys,
I have a big problem with deliverability speed.
Was trying with PHP Mailer and now changed to Swifmailer.
Not a big difference.
From ssh with this command:
php -q /absolute/path/to/apps/console/console.php send-campaigns --verbose=1
I see around 100 emails/minute from 4 sending campaigns.
I have a 1M rows blacklisted emails. Maybe this is slowing the sending process. (Anyone know any app to clean lists locally before uploading - ListMotor cant do this)
And please can someone tell me the exact config from backend -> settings -> cron to send out at least 200 emails /minute?
Thank you in advance
P.S
I even using this to speed up the sending process.
* * * * * /usr/bin/php -q /home/domain/public_html/apps/console/console.php send-campaigns --campaigns_type=regular --campaigns_limit=50 --campaigns_offset=0 >/dev/null 2>&1
* * * * * /usr/bin/php -q /home/domain/public_html/apps/console/console.php send-campaigns --campaigns_type=regular --campaigns_limit=50 --campaigns_offset=50 >/dev/null 2>&1
* * * * * /usr/bin/php -q /home/domain/public_html/apps/console/console.php send-campaigns --campaigns_type=regular --campaigns_limit=50 --campaigns_offset=100 >/dev/null 2>&
I have a big problem with deliverability speed.
Was trying with PHP Mailer and now changed to Swifmailer.
Not a big difference.
From ssh with this command:
php -q /absolute/path/to/apps/console/console.php send-campaigns --verbose=1
I see around 100 emails/minute from 4 sending campaigns.
I have a 1M rows blacklisted emails. Maybe this is slowing the sending process. (Anyone know any app to clean lists locally before uploading - ListMotor cant do this)
And please can someone tell me the exact config from backend -> settings -> cron to send out at least 200 emails /minute?
Thank you in advance
P.S
I even using this to speed up the sending process.
* * * * * /usr/bin/php -q /home/domain/public_html/apps/console/console.php send-campaigns --campaigns_type=regular --campaigns_limit=50 --campaigns_offset=0 >/dev/null 2>&1
* * * * * /usr/bin/php -q /home/domain/public_html/apps/console/console.php send-campaigns --campaigns_type=regular --campaigns_limit=50 --campaigns_offset=50 >/dev/null 2>&1
* * * * * /usr/bin/php -q /home/domain/public_html/apps/console/console.php send-campaigns --campaigns_type=regular --campaigns_limit=50 --campaigns_offset=100 >/dev/null 2>&