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