This shows you the differences between two versions of the page.
— |
system:config:use_domain_throttle [2013/08/20 18:33] (current) phplist created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | |||
+ | ---- dataentry configoptions ---- | ||
+ | type : constant | ||
+ | name : USE_DOMAIN_THROTTLE | ||
+ | purpose : Enable throttling per domain | ||
+ | allowed : true false 0 1 | ||
+ | default : 0 | ||
+ | status_s : | ||
+ | category : queue processing | ||
+ | ---- | ||
+ | |||
+ | When enabled, phpList will avoid sending too many emails to the same domain. The sizes can be set with [[DOMAIN_BATCH_SIZE]] and [[DOMAIN_BATCH_PERIOD]] | ||
+ | |||
+ | See also [[system/domain throttling]] | ||
+ | |||