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 |
---|---|---|---|---|
dataentry | http | |||
usetinymcemesg | ||||
usetinymcetempl | ||||
tinymcepath | composition | no value | ||
stats_interval | statistics | Not sure | ||
access_control_allow_origin | security | Block requests from an incorrect location | http://'.$_SERVER['HTTP_HOST'] | |
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/ | |
use_local_spool | queue processing | Experimental, do not use | ||
use_personalised_remoteurls | rendering | Not sure | ||
use_pdf | Enable the automatic conversion to PDF functionality | 0 1 | 0 | |
use_editmessage | Allow editing a campaign | 0 1 | 0 | |
allow_attachments | composition | Change ALLOW_ATTACHMENTS from 0 to 1 to turn on attachment support. You'll note on the send a message page that there's an additional tab labeled Attach. Click on this tab while preparing your message to add attachments. The attachment tab will display the current (server-set) size limits and allow you to browse for new files to attach. Attachments on text format messages are accessed via a URL included at the bottom of the message. Since phpList 3.4.2 those links will open attachements directly from the browser. | 0 1 true false | 0 |
nostatscollection | feedback | Switch off collection of statistics | 0 1 true false | false |
email_address_validation_level | subscriber management | A choice of level of validation of an email address | 0, 1, 2, 3, 4 | 3 |
max_sendprocesses | queue processing | Number of simultaneous sending processes allowed | 1 | 1 |
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 |
translations_xml | i18n | Location where translations can be fetched and refreshed | A URL that returns a valid XML | http://translate.phplist.com/translations.xml |
wordwrap_html | rendering | Apply line wrap | A number | 0 |
forward_email_count | social networking | Number of email addresses allowed to enter when forwarding a message | A number | 1 |
forward_personal_note_size | social networking | Allow a personal note to be added when forwarding a message | A number (size in bytes) | 0 (disable) |
mailqueue_batch_size | queue processing | Batch processing | A number higher or equal to 0 | 0 |
clicktrack_linkmap | statistics | Define a mod-rewrite mapping of clicked links | A sensible string | no value |
empty_value_prefix | segmentation | Set a dropdown prefix which indicates no value | A short string | -- |
password_change_timeframe | security | Time allowed for an admin to use the token to change their password. | A valid mySQL INTERVAL value | 1 day |
forward_email_period | social networking | Limit the time period for reaching the maximum forwarding amount | A valid mySQL INTERVAL value | 1 day |
phpmailerblastport | queue processing | The port to use with PHPMAILERBLASTHOST | A working port | PHPMAILERPORT |
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 |
tld_auth_md5 | system | The MD5 of the TLD_AUTH_LIST | Any URL | http://www.phplist.com/files/tlds-alpha-by-domain.txt.md5 |
uploadimages_dir | composition | Location of a webserver-writable folder for storing images. | Any name of a directory | images |
tld_refetch_timeout | system | Refresh time for automatically updating the list of TLDs | Any number | 15552000 |
mailqueue_batch_period | queue processing | The time allowed for sending a batch. | Any number | 3600 |
blacklist_email_on_bounce | bounce management | Add an address to the blacklist when it has bounced too many times | Any number | 5 |
message_sendstatus_inactivethreshold | queue processing | How soon to say a campaign being sent is "stalled" or not sending | Any number | 120 |
add_email_throttle | security | Limit the use of the Add email in the send test functionality | Any number | 1 |
sendtest_throttle | security | Limit the use of the send test functionality | Any number | 1 |
sendtest_max | security | Limit the number of email addresses that can be used in the send test functionality | Any number | 999 |
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 |
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) |
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 |
mailqueue_throttle | queue processing | Add a delay between messages to avoid overloading the server. | Any number, even fractions | 0 |
numattachments | composition | How many attachments to allow uploading in one go. | Any positive number | 1 |
maxlist | segmentation | The maximum number of lists a non-superuser administrator can have | Any positive number | 1 |
max_process_message | queue processing | How many campaigns to process at the same time | Any positive number | 5 |
message_sendstatus_sampletime | queue processing | The number of second to sample for a running campaign, to calculate the send speed | Any positive number | 600 |
date_start_year | segmentation | Set the start year for any date dropdown | Any recent year | 1900 |
max_avatar_size | subscriber management | Size of file for avatar | Any sensible number | 2000 |
default_messageage | queue processing | Amount of time to allow sending a campaign, until it is considered too old | Any sensible number | 604800 |
fckimages_dir | composition | Location for uploading images in the FCKeditor | Directory name in the "lists" directory | uploadimages |
userspage_max | subscriber management | Suppress the listing of subscribers when there are more than this value | Number | 1000 |
import_filesize | subscriber management | Maximum size of an import file | Number (in MB) | 5 |
plugin_rootdirs | Semi-colon separated list of directories to look for plugins. | Text, pointing to the directories. | no value | |
phpmailerblasthost | queue processing | SMTP server to use when sending the actual campaign | The FQDB of the server | PHPMAILERHOST |
default_mimetype | composition | Fallback for the mimetype when it could not be determined | a sensible mimetype | application/octet-stream |
phpmailerhost | system | SMTP host for sending messages | a valid FQDN of the SMTP host | no value |
phpmailersubscribehost | system | SMTP host for sending messages that originate from the subscribe pages | a valid FQDN of the SMTP host | PHPMAILERHOST |
admin_wwwroot | system | fix the URL for the admin pages | a valid URL in the context of the system | not set |
user_wwwroot | system | fix the URL for the public pages | a valid URL in the context of the system | not set |
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 |
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 |
async_request_interval | system | create a delay between Ajax requests on a page | any number > 0 | 0 |
date_end_year | segmentation | Set the end year for any date dropdown | any sensible year | 0 |
sendprocess_servername | queue processing | String to identify a send process | any text | localhost |
access_control_allow_origins | security | Block requests from an incorrect location, but allow multiple domains | array of domains | undefined |
phpmailer_secure | rendering | Set the Secure option in phpMailer | auto tls ssl false | auto |
use_amazonses | aws | Determine whether to send with Amazon SES | do not set this value | |
error404page | system | Allow a custom file-not-found page | filename in webroot | |
public_protocol | system | Set the protocol for public pages. | http https | http |
admin_protocol | enforce HTTPS on admin pages | http https | http | |
blacklist_gracetime | subscriber management | Number of minutes to allow sending a message after blacklisting a subscriber | integer | 5 |
phpmailerport | system | The port number for the SMTP connection to PHPMAILERHOST | integer | no value |
attributevalue_reorder_limit | segmentation | disallow ordering the attribute values where there are more than this amount | number | 100 |
resetstats_max | disallow resetting statistics when this value has been reached | positive number | 10 | |
max_user_pp | Limit the amount of results listed in a page | positive number | 50 | |
max_msg_pp | Limit the amount of results listed in a page | positive number | 5 | |
aws_secretkey | aws | Secret key for sending with Amazon SES | string | no value |
mimetypes_file | composition | File containing the Mime-types of binary files | string pointing to a file with mime-types | /etc/mime.types |
phpmailertesthost | composition | The SMTP server to use when sending a test mail | the FQDN of the SMTP server | PHPMAILERHOST |
use_minified_assets | When displaying pages use the minified version of the CSS and JS files. | true false | true | |
verbose | Display more information about what phpList is doing, including log entries for every email that is sent | true false | false | |
devsite | system | Run phpList in development mode | true false | false |
show_unsubscribelink | subscription | Show a link to the unsubscribe page on the subscribe page | true false | true |
use_manual_text_part | composition | Manually enter the text version of the campaign | true false | false |
export_excel | subscriber management | Format the export file to allow use in Microsoft Excel | true false | false |
db_translation | i18n | No idea | true false | 0 |
merge_duplicates_delete_duplicate | subscriber management | When merging duplicate subscribers, remove the duplicate | true false | true |
language_auto_update | i18n | Automatically update translations when the filesystem file is newer than the last update | true false | true |
embedexternalimages | composition | pull external images and embed them in campaigns | 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 |
test | Try the system without sending any emails. | true false 0 1 | 1 | |
emailtextcredits | rendering | Use text credits for phpList in emails, instead of an image | true false 0 1 | 0 |
pagetextcredits | subscription | Use text credits for phpList on pages, instead of an image | true false 0 1 | 0 |
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 |
askforpassword | security | Ask subscribers to enter a password for their profile when they register | true false 0 1 | 0 |
silent_resubscribe | subscription | Allow existing subscribers to re-subscribe without throwing an error. | true false 0 1 | true |
unsubscribe_requires_password | security | Request a valid password before acting on unsubscribe. | true false 0 1 | false |
Next page |