some question about cron and server setup.
1- Imagine we have two smtp deliver server with unlimited quota, how many email will be send with this configuration in cron each hour?
We limited 500 Hourly quota for that server. The problem that is that all of email will be send at The first 5 minutes! and after that stop sending until next hour. Sending with this method will be causing blacklisting. If we apply restrictions with cron its will be apply for whole customer.
Best regards
1- Imagine we have two smtp deliver server with unlimited quota, how many email will be send with this configuration in cron each hour?
- Campaigns at once * 5
- Subscribers at once * 10
- Send at once * 5
- Pause * 5
- Emails per minute * 30
- Change server at * 300
We limited 500 Hourly quota for that server. The problem that is that all of email will be send at The first 5 minutes! and after that stop sending until next hour. Sending with this method will be causing blacklisting. If we apply restrictions with cron its will be apply for whole customer.
Best regards