meta data for this page
All config file options
Constants and variables
- admin
- anti-spam
- authentication
- aws
- bounce management
- composition
- database
- feedback
- i18n
- queue processing
- rendering
- security
- segmentation
- sending
- social networking
- statistics
- subscriber management
- subscription
- system
Filtered by category='queue processing'
# | edit | ↓ category | type | purpose | allowed values | default |
---|---|---|---|---|---|---|
1 | manually_process_queue | queue processing | constant | Send queued messages from the admin interface. | true false 0 1 | 1 |
2 | mailqueue_batch_size | queue processing | constant | Batch processing | A number higher or equal to 0 | 0 |
3 | mailqueue_batch_period | queue processing | constant | The time allowed for sending a batch. | Any number | 3600 |
4 | mailqueue_throttle | queue processing | constant | Add a delay between messages to avoid overloading the server. | Any number, even fractions | 0 |
5 | mailqueue_autothrottle | queue processing | constant | Automatically slow down sending the queue to spread the batch size across the batch period. | true false 1 0 | 0 |
6 | use_domain_throttle | queue processing | constant | Enable throttling per domain | true false 0 1 | 0 |
7 | domain_batch_size | queue processing | constant | Amount of mails to allow being sent to the same domain in the indicated time | Any number larger than 0 | 1 |
8 | domain_batch_period | queue processing | constant | Time frame for domain throttling | Any number larger than 1 | 120 |
9 | domain_auto_throttle | queue processing | constant | Auto throttle sending to domains | true false 0 1 | 0 |
10 | max_sendprocesses | queue processing | constant | Number of simultaneous sending processes allowed | 1 | 1 |
11 | sendprocess_servername | queue processing | constant | String to identify a send process | any text | localhost |
12 | max_process_message | queue processing | constant | How many campaigns to process at the same time | Any positive number | 5 |
13 | message_sendstatus_inactivethreshold | queue processing | constant | How soon to say a campaign being sent is "stalled" or not sending | Any number | 120 |
14 | message_sendstatus_sampletime | queue processing | constant | The number of second to sample for a running campaign, to calculate the send speed | Any positive number | 600 |
15 | default_messageage | queue processing | constant | Amount of time to allow sending a campaign, until it is considered too old | Any sensible number | 604800 |
16 | max_processqueue_time | queue processing | constant | Limit the time that can be used to process the queue | Any number | 99999 |
17 | smtp_timeout | queue processing | constant | Timeout when sending a mail with SMTP | Any number | 5 |
18 | messagequeue_prepare | queue processing | constant | Run the queue in a two-process way | true false 0 1 | 0 |
19 | phpmailerblasthost | queue processing | constant | SMTP server to use when sending the actual campaign | The FQDB of the server | PHPMAILERHOST |
20 | phpmailerblastport | queue processing | constant | The port to use with PHPMAILERBLASTHOST | A working port | PHPMAILERPORT |
21 | use_local_spool | queue processing | constant | Experimental, do not use | ||
22 | show_pqchoice | queue processing | constant | Enable remote cron processing choice | true, false, 0, 1 | false (Jan 2015) |
23 | processcampaigns_parallel | queue processing | constant | When processing multiple campaigns, send them in parallel | true, false, 0, 1 | false |