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 |
|---|---|---|---|---|
| embedexternalimages | composition | pull external images and embed them in campaigns | true false | false |
| 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 |
| admin_protocol | enforce HTTPS on admin pages | http https | http | |
| resetstats_max | disallow resetting statistics when this value has been reached | positive number | 10 | |
| attributevalue_reorder_limit | segmentation | disallow ordering the attribute values where there are more than this amount | number | 100 |
| async_request_interval | system | create a delay between Ajax requests on a page | any number > 0 | 0 |
| processcampaigns_parallel | queue processing | When processing multiple campaigns, send them in parallel | true, false, 0, 1 | false |
| merge_duplicates_delete_duplicate | subscriber management | When merging duplicate subscribers, remove the duplicate | true false | true |
| use_minified_assets | When displaying pages use the minified version of the CSS and JS files. | true false | true | |
| 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 |
| warn_savechanges | composition | Warn when changing page and there are unsaved changes | true false 0 1 | 1 |
| check_sessionip | security | Verify the session of the logged in administrator | true false 0 1 | 1 |
| check_referrer | security | Verify that the referring web page is allowed | true false 0 1 | 1 |
| use_prepare | Use the prepare system | true false 0 1 | 0 | |
| keepforwarderattributes | social networking | Use the attributes of the subscriber for placeholder when forwarding a message | true false 0 1 | false |
| use_precedence_header | rendering | Use the Precedence: header in outgoing mails | true false 0 1 | true |
| usefck | composition | Use the FCKeditor for creating campaigns | true false 0 1 | 1 |
| useck | composition | Use the CKeditor for creating campaigns | true false 0 1 | 0 |
| pagetextcredits | subscription | Use text credits for phpList on pages, instead of an image | true false 0 1 | 0 |
| emailtextcredits | rendering | Use text credits for phpList in emails, instead of an image | true false 0 1 | 0 |
| stacked_attribute_selection | segmentation | Use stacking of attribute segmentation | true false 0 1 | 0 |
| phpmailer | system | Use phpMailer for sending | true false 0 1 | 1 |
| 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 |
| test | Try the system without sending any emails. | true false 0 1 | 1 | |
| smtp_timeout | queue processing | Timeout when sending a mail with SMTP | Any number | 5 |
| domain_batch_period | queue processing | Time frame for domain throttling | Any number larger than 1 | 120 |
| password_change_timeframe | security | Time allowed for an admin to use the token to change their password. | A valid mySQL INTERVAL value | 1 day |
| mailqueue_batch_period | queue processing | The time allowed for sending a batch. | Any number | 3600 |
| phpmailerblastport | queue processing | The port to use with PHPMAILERBLASTHOST | A working port | PHPMAILERPORT |
| phpmailerport | system | The port number for the SMTP connection to PHPMAILERHOST | integer | no value |
| message_sendstatus_sampletime | queue processing | The number of second to sample for a running campaign, to calculate the send speed | Any positive number | 600 |
| maxlist | segmentation | The maximum number of lists a non-superuser administrator can have | Any positive number | 1 |
| 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 |
| 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 |
| aws_accesskeyid | aws | The access key for using Amazon SES | no value | |
| aws_posturl | aws | The URL for Amazon AWS | https://email.us-east-1.amazonaws.com/ | |
| phpmailertesthost | composition | The SMTP server to use when sending a test mail | the FQDN of the SMTP server | PHPMAILERHOST |
| tld_auth_md5 | system | The MD5 of the TLD_AUTH_LIST | Any URL | http://www.phplist.com/files/tlds-alpha-by-domain.txt.md5 |
| nostatscollection | feedback | Switch off collection of statistics | 0 1 true false | false |
| userspage_max | subscriber management | Suppress the listing of subscribers when there are more than this value | Number | 1000 |
| sendprocess_servername | queue processing | String to identify a send process | any text | localhost |
| max_avatar_size | subscriber management | Size of file for avatar | Any sensible number | 2000 |
| clicktrack_showdetail | statistics | Show more detail in the statistics when tracking clicks | true false 0 1 | 0 |
| show_unsubscribelink | subscription | Show a link to the unsubscribe page on the subscribe page | true false | true |
| 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 |
| date_start_year | segmentation | Set the start year for any date dropdown | Any recent year | 1900 |
| public_protocol | system | Set the protocol for public pages. | http https | http |
| date_end_year | segmentation | Set the end year for any date dropdown | any sensible year | 0 |
| phpmailer_secure | rendering | Set the Secure option in phpMailer | auto tls ssl false | auto |
| empty_value_prefix | segmentation | Set a dropdown prefix which indicates no value | A short string | -- |
| manually_process_queue | queue processing | Send queued messages from the admin interface. | true false 0 1 | 1 |
| send_one_testmail | composition | Send one test email when using the test functionality | true false 0 1 | 1 |
| notify_spam | anti-spam | Send an alert when spam was blocked | true false 0 1 | 1 |
| send_listadmin_copy | system | Send a notification to the owner of a list | true false 0 1 | false |
| plugin_rootdirs | Semi-colon separated list of directories to look for plugins. | Text, pointing to the directories. | no value | |
| aws_secretkey | aws | Secret key for sending with Amazon SES | string | no value |
| phpmailerblasthost | queue processing | SMTP server to use when sending the actual campaign | The FQDB of the server | PHPMAILERHOST |
| phpmailersubscribehost | system | SMTP host for sending messages that originate from the subscribe pages | a valid FQDN of the SMTP host | PHPMAILERHOST |
| phpmailerhost | system | SMTP host for sending messages | a valid FQDN of the SMTP host | no value |
| messagequeue_prepare | queue processing | Run the queue in a two-process way | true false 0 1 | 0 |
| devsite | system | Run phpList in development mode | true false | false |
| unsubscribe_requires_password | security | Request a valid password before acting on unsubscribe. | true false 0 1 | false |
| tld_refetch_timeout | system | Refresh time for automatically updating the list of TLDs | Any number | 15552000 |
| manually_process_bounces | bounce management | Process the bounces in the admin interface | true false 0 1 | 1 |
| use_admin_details_for_messages | composition | Pre-fill the From field when creating a campaign, with the details of the administrator logged in | true false 0 1 | 1 |
| 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 |
| max_sendprocesses | queue processing | Number of simultaneous sending processes allowed | 1 | 1 |
| blacklist_gracetime | subscriber management | Number of minutes to allow sending a message after blacklisting a subscriber | integer | 5 |
| forward_email_count | social networking | Number of email addresses allowed to enter when forwarding a message | A number | 1 |
| use_personalised_remoteurls | rendering | Not sure | ||
| stats_interval | statistics | Not sure | ||
| db_translation | i18n | No idea | true false | 0 |
| import_filesize | subscriber management | Maximum size of an import file | Number (in MB) | 5 |
| use_manual_text_part | composition | Manually enter the text version of the campaign | true false | false |
| translations_xml | i18n | Location where translations can be fetched and refreshed | A URL that returns a valid XML | http://translate.phplist.com/translations.xml |
| uploadimages_dir | composition | Location of a webserver-writable folder for storing images. | Any name of a directory | images |
| fckimages_dir | composition | Location for uploading images in the FCKeditor | Directory name in the "lists" directory | uploadimages |
| 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 |
| max_processqueue_time | queue processing | Limit the time that can be used to process the queue | Any number | 99999 |
| forward_email_period | social networking | Limit the time period for reaching the maximum forwarding amount | A valid mySQL INTERVAL value | 1 day |
| sendtest_max | security | Limit the number of email addresses that can be used in the send test functionality | Any number | 999 |
| max_msg_pp | Limit the amount of results listed in a page | positive number | 5 | |
| max_user_pp | Limit the amount of results listed in a page | positive number | 50 | |
| 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 |
| 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 |
| 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 |
| numattachments | composition | How many attachments to allow uploading in one go. | Any positive number | 1 |
| 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) |
| export_excel | subscriber management | Format the export file to allow use in Microsoft Excel | true false | false |
| mimetypes_file | composition | File containing the Mime-types of binary files | string pointing to a file with mime-types | /etc/mime.types |
| default_mimetype | composition | Fallback for the mimetype when it could not be determined | a sensible mimetype | application/octet-stream |
| use_local_spool | queue processing | Experimental, do not use | ||
| forward_alternative_content | social networking | Enter different content for the message that is forwarded | true false 0 1 | false |
| clicktrack | statistics | Enable tracking of clicks in campaigns via URL rewriting | true false 0 1 | 1 |
| use_domain_throttle | queue processing | Enable throttling per domain | true false 0 1 | 0 |
| use_pdf | Enable the automatic conversion to PDF functionality | 0 1 | 0 | |
| Next page | ||||