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
edit | ↑ category | purpose | allowed values | default |
---|---|---|---|---|
user_wwwroot | system | fix the URL for the public pages | a valid URL in the context of the system | not set |
admin_wwwroot | system | fix the URL for the admin pages | a valid URL in the context of the system | not set |
async_request_interval | system | create a delay between Ajax requests on a page | any number > 0 | 0 |
phpmailersubscribehost | system | SMTP host for sending messages that originate from the subscribe pages | a valid FQDN of the SMTP host | PHPMAILERHOST |
error404page | system | Allow a custom file-not-found page | filename in webroot | |
phpmailerport | system | The port number for the SMTP connection to PHPMAILERHOST | integer | no value |
send_listadmin_copy | system | Send a notification to the owner of a list | true false 0 1 | false |
remote_url_refetch_timeout | system | How long to keep a remote URL in cache before fetching it again | Any number greater than 0 | 3600 (one hour) |
phpmailerhost | system | SMTP host for sending messages | a valid FQDN of the SMTP host | no value |
phpmailer | system | Use phpMailer for sending | true false 0 1 | 1 |
tld_refetch_timeout | system | Refresh time for automatically updating the list of TLDs | Any number | 15552000 |
tld_auth_md5 | system | The MD5 of the TLD_AUTH_LIST | Any URL | http://www.phplist.com/files/tlds-alpha-by-domain.txt.md5 |
tld_auth_list | system | URL that returns a list of valid Top Level Domains | Any URL | http://www.phplist.com/files/tlds-alpha-by-domain.txt |
devsite | system | Run phpList in development mode | true false | false |
public_protocol | system | Set the protocol for public pages. | http https | http |
rfc_direct_delivery | subscription | Direct delivery of the request for confirmation | true false 0 1 | false |
allow_non_list_subscribe | subscription | Do not require choosing a list to subscribe to | true false 0 1 | 0 |
show_unsubscribelink | subscription | Show a link to the unsubscribe page on the subscribe page | true false | true |
unsubscribe_jumpoff | subscription | Immediately unsubscribe someone when they click the Unsubscribe link in an email message they received, without asking them first why they are unsubscribing. | true false 1 0 | false |
silent_resubscribe | subscription | Allow existing subscribers to re-subscribe without throwing an error. | true false 0 1 | true |
pagetextcredits | subscription | Use text credits for phpList on pages, instead of an image | true false 0 1 | 0 |
blacklist_gracetime | subscriber management | Number of minutes to allow sending a message after blacklisting a subscriber | integer | 5 |
email_address_validation_level | subscriber management | A choice of level of validation of an email address | 0, 1, 2, 3, 4 | 3 |
merge_duplicates_delete_duplicate | subscriber management | When merging duplicate subscribers, remove the duplicate | true false | true |
import_filesize | subscriber management | Maximum size of an import file | Number (in MB) | 5 |
userspage_max | subscriber management | Suppress the listing of subscribers when there are more than this value | Number | 1000 |
max_avatar_size | subscriber management | Size of file for avatar | Any sensible number | 2000 |
unblacklist_in_profile | subscriber management | Add a link to remove a subscriber from the blacklist in their profile | true false 0 1 | 0 |
allow_import | subscriber management | Enable import functionality | true false 0 1 | true |
export_excel | subscriber management | Format the export file to allow use in Microsoft Excel | true false | false |
always_add_usertrack | statistics | Always add the tracking image to campaigns | true false 0 1 | 1 |
clicktrack_linkmap | statistics | Define a mod-rewrite mapping of clicked links | A sensible string | no value |
stats_interval | statistics | Not sure | ||
clicktrack_showdetail | statistics | Show more detail in the statistics when tracking clicks | true false 0 1 | 0 |
clicktrack | statistics | Enable tracking of clicks in campaigns via URL rewriting | true false 0 1 | 1 |
keepforwarderattributes | social networking | Use the attributes of the subscriber for placeholder when forwarding a message | true false 0 1 | false |
forward_alternative_content | social networking | Enter different content for the message that is forwarded | true false 0 1 | false |
forward_email_period | social networking | Limit the time period for reaching the maximum forwarding amount | A valid mySQL INTERVAL value | 1 day |
forward_personal_note_size | social networking | Allow a personal note to be added when forwarding a message | A number (size in bytes) | 0 (disable) |
forward_email_count | social networking | Number of email addresses allowed to enter when forwarding a message | A number | 1 |
attributevalue_reorder_limit | segmentation | disallow ordering the attribute values where there are more than this amount | number | 100 |
show_list_ofall_subscribers | segmentation | On the list and members page, show a static "list" that has all subscribers in the system as members | true false 1 0 | false |
preferencepage_show_private_lists | segmentation | When a subscriber is viewing their preferences page, show all lists, not just the public ones | true false 0 1 | 0 |
maxlist | segmentation | The maximum number of lists a non-superuser administrator can have | Any positive number | 1 |
empty_value_prefix | segmentation | Set a dropdown prefix which indicates no value | A short string | -- |
date_end_year | segmentation | Set the end year for any date dropdown | any sensible year | 0 |
date_start_year | segmentation | Set the start year for any date dropdown | Any recent year | 1900 |
stacked_attribute_selection | segmentation | Use stacking of attribute segmentation | true false 0 1 | 0 |
use_list_exclude | segmentation | Allow selection of lists NOT to send a campaign to | true false 0 1 | 0 |
access_control_allow_origins | security | Block requests from an incorrect location, but allow multiple domains | array of domains | undefined |
hash_algo | security | The hash method to use when hashing passwords | any algorithm accepted in your PHP system, see http://php.net/hash-algos | sha256 |
access_control_allow_origin | security | Block requests from an incorrect location | http://'.$_SERVER['HTTP_HOST'] | |
sendtest_max | security | Limit the number of email addresses that can be used in the send test functionality | Any number | 999 |
sendtest_throttle | security | Limit the use of the send test functionality | Any number | 1 |
add_email_throttle | security | Limit the use of the Add email in the send test functionality | Any number | 1 |
check_referrer | security | Verify that the referring web page is allowed | true false 0 1 | 1 |
password_change_timeframe | security | Time allowed for an admin to use the token to change their password. | A valid mySQL INTERVAL value | 1 day |
encrypt_admin_passwords | security | Enable encryption of admin passwords | true false 0 1 | 1 |
check_sessionip | security | Verify the session of the logged in administrator | true false 0 1 | 1 |
encryption_algo | security | The encryption method to use when encrypting passwords | any algorithm accepted in your PHP system, see http://php.net/hash-algos | sha256 |
unsubscribe_requires_password | security | Request a valid password before acting on unsubscribe. | true false 0 1 | false |
askforpassword | security | Ask subscribers to enter a password for their profile when they register | true false 0 1 | 0 |
wordwrap_html | rendering | Apply line wrap | A number | 0 |
use_personalised_remoteurls | rendering | Not sure | ||
phpmailer_secure | rendering | Set the Secure option in phpMailer | auto tls ssl false | auto |
use_precedence_header | rendering | Use the Precedence: header in outgoing mails | true false 0 1 | true |
embeduploadimages | rendering | Add uploaded images as embedded images when sending | true false 0 1 | 0 |
textemail_encoding | rendering | Set the transfer encoding for the text part of an outgoing message | 7bit 8bit | 7bit |
htmlemail_encoding | rendering | Set the transfer encoding for the HTML part of the generated messages | 8bit 7bit base64 quoted-printable | quoted-printable |
emailtextcredits | rendering | Use text credits for phpList in emails, instead of an image | true false 0 1 | 0 |
processcampaigns_parallel | queue processing | When processing multiple campaigns, send them in parallel | true, false, 0, 1 | false |
show_pqchoice | queue processing | Enable remote cron processing choice | true, false, 0, 1 | false (Jan 2015) |
use_local_spool | queue processing | Experimental, do not use | ||
phpmailerblastport | queue processing | The port to use with PHPMAILERBLASTHOST | A working port | PHPMAILERPORT |
phpmailerblasthost | queue processing | SMTP server to use when sending the actual campaign | The FQDB of the server | PHPMAILERHOST |
messagequeue_prepare | queue processing | Run the queue in a two-process way | true false 0 1 | 0 |
smtp_timeout | queue processing | Timeout when sending a mail with SMTP | Any number | 5 |
max_processqueue_time | queue processing | Limit the time that can be used to process the queue | Any number | 99999 |
default_messageage | queue processing | Amount of time to allow sending a campaign, until it is considered too old | Any sensible number | 604800 |
message_sendstatus_sampletime | queue processing | The number of second to sample for a running campaign, to calculate the send speed | Any positive number | 600 |
message_sendstatus_inactivethreshold | queue processing | How soon to say a campaign being sent is "stalled" or not sending | Any number | 120 |
max_process_message | queue processing | How many campaigns to process at the same time | Any positive number | 5 |
sendprocess_servername | queue processing | String to identify a send process | any text | localhost |
max_sendprocesses | queue processing | Number of simultaneous sending processes allowed | 1 | 1 |
domain_auto_throttle | queue processing | Auto throttle sending to domains | true false 0 1 | 0 |
domain_batch_period | queue processing | Time frame for domain throttling | Any number larger than 1 | 120 |
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 |
use_domain_throttle | queue processing | Enable throttling per domain | true false 0 1 | 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 |
mailqueue_throttle | queue processing | Add a delay between messages to avoid overloading the server. | Any number, even fractions | 0 |
mailqueue_batch_period | queue processing | The time allowed for sending a batch. | Any number | 3600 |
mailqueue_batch_size | queue processing | Batch processing | A number higher or equal to 0 | 0 |
manually_process_queue | queue processing | Send queued messages from the admin interface. | true false 0 1 | 1 |
language_auto_update | i18n | Automatically update translations when the filesystem file is newer than the last update | true false | true |
db_translation | i18n | No idea | true false | 0 |
translations_xml | i18n | Location where translations can be fetched and refreshed | A URL that returns a valid XML | http://translate.phplist.com/translations.xml |
nostatscollection | feedback | Switch off collection of statistics | 0 1 true false | false |
register | feedback | Let the phpList developers get a little bit of feedback on the use of phpList by retrieving the "Powered By" image from the phpList website | true false 0 1 | 1 |
embedexternalimages | composition | pull external images and embed them in campaigns | true false | false |
phpmailertesthost | composition | The SMTP server to use when sending a test mail | the FQDN of the SMTP server | PHPMAILERHOST |
Next page |