User Tools

Site Tools

Translations of this page:

system:config:constants
edit categorypurposeallowed valuesdefault
public_protocolsystemSet the protocol for public pages.http httpshttp
devsitesystemRun phpList in development modetrue falsefalse
tld_auth_listsystemURL that returns a list of valid Top Level DomainsAny URLhttp://www.phplist.com/files/tlds-alpha-by-domain.txt
tld_auth_md5systemThe MD5 of the TLD_AUTH_LISTAny URLhttp://www.phplist.com/files/tlds-alpha-by-domain.txt.md5
tld_refetch_timeoutsystemRefresh time for automatically updating the list of TLDsAny number15552000
phpmailersystemUse phpMailer for sendingtrue false 0 11
phpmailerhostsystemSMTP host for sending messagesa valid FQDN of the SMTP hostno value
remote_url_refetch_timeoutsystemHow long to keep a remote URL in cache before fetching it againAny number greater than 03600 (one hour)
send_listadmin_copysystemSend a notification to the owner of a listtrue false 0 1false
phpmailerportsystemThe port number for the SMTP connection to PHPMAILERHOSTintegerno value
error404pagesystemAllow a custom file-not-found pagefilename in webroot
phpmailersubscribehostsystemSMTP host for sending messages that originate from the subscribe pagesa valid FQDN of the SMTP hostPHPMAILERHOST
async_request_intervalsystemcreate a delay between Ajax requests on a pageany number > 00
admin_wwwrootsystemfix the URL for the admin pagesa valid URL in the context of the systemnot set
user_wwwrootsystemfix the URL for the public pagesa valid URL in the context of the systemnot set
pagetextcreditssubscriptionUse text credits for phpList on pages, instead of an imagetrue false 0 10
silent_resubscribesubscriptionAllow existing subscribers to re-subscribe without throwing an error.true false 0 1true
unsubscribe_jumpoffsubscriptionImmediately 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 0false
show_unsubscribelinksubscriptionShow a link to the unsubscribe page on the subscribe pagetrue falsetrue
allow_non_list_subscribesubscriptionDo not require choosing a list to subscribe totrue false 0 10
rfc_direct_deliverysubscriptionDirect delivery of the request for confirmationtrue false 0 1false
export_excelsubscriber managementFormat the export file to allow use in Microsoft Exceltrue falsefalse
allow_importsubscriber managementEnable import functionalitytrue false 0 1true
unblacklist_in_profilesubscriber managementAdd a link to remove a subscriber from the blacklist in their profiletrue false 0 10
max_avatar_sizesubscriber managementSize of file for avatarAny sensible number2000
userspage_maxsubscriber managementSuppress the listing of subscribers when there are more than this valueNumber1000
import_filesizesubscriber managementMaximum size of an import fileNumber (in MB)5
merge_duplicates_delete_duplicatesubscriber managementWhen merging duplicate subscribers, remove the duplicatetrue falsetrue
email_address_validation_levelsubscriber managementA choice of level of validation of an email address0, 1, 2, 3, 43
blacklist_gracetimesubscriber managementNumber of minutes to allow sending a message after blacklisting a subscriberinteger5
clicktrackstatisticsEnable tracking of clicks in campaigns via URL rewritingtrue false 0 11
clicktrack_showdetailstatisticsShow more detail in the statistics when tracking clickstrue false 0 10
stats_intervalstatisticsNot sure
clicktrack_linkmapstatisticsDefine a mod-rewrite mapping of clicked linksA sensible stringno value
always_add_usertrackstatisticsAlways add the tracking image to campaignstrue false 0 11
forward_email_countsocial networkingNumber of email addresses allowed to enter when forwarding a messageA number1
forward_personal_note_sizesocial networkingAllow a personal note to be added when forwarding a messageA number (size in bytes)0 (disable)
forward_email_periodsocial networkingLimit the time period for reaching the maximum forwarding amountA valid mySQL INTERVAL value1 day
forward_alternative_contentsocial networkingEnter different content for the message that is forwardedtrue false 0 1false
keepforwarderattributessocial networkingUse the attributes of the subscriber for placeholder when forwarding a messagetrue false 0 1false
use_list_excludesegmentationAllow selection of lists NOT to send a campaign totrue false 0 10
stacked_attribute_selectionsegmentationUse stacking of attribute segmentationtrue false 0 10
date_start_yearsegmentationSet the start year for any date dropdownAny recent year1900
date_end_yearsegmentationSet the end year for any date dropdownany sensible year0
empty_value_prefixsegmentationSet a dropdown prefix which indicates no valueA short string--
maxlistsegmentationThe maximum number of lists a non-superuser administrator can haveAny positive number1
preferencepage_show_private_listssegmentationWhen a subscriber is viewing their preferences page, show all lists, not just the public onestrue false 0 10
show_list_ofall_subscriberssegmentationOn the list and members page, show a static "list" that has all subscribers in the system as memberstrue false 1 0false
attributevalue_reorder_limitsegmentationdisallow ordering the attribute values where there are more than this amountnumber100
askforpasswordsecurityAsk subscribers to enter a password for their profile when they registertrue false 0 10
unsubscribe_requires_passwordsecurityRequest a valid password before acting on unsubscribe.true false 0 1false
encryption_algosecurityThe encryption method to use when encrypting passwordsany algorithm accepted in your PHP system, see http://php.net/hash-algossha256
check_sessionipsecurityVerify the session of the logged in administratortrue false 0 11
encrypt_admin_passwordssecurityEnable encryption of admin passwordstrue false 0 11
password_change_timeframesecurityTime allowed for an admin to use the token to change their password.A valid mySQL INTERVAL value1 day
check_referrersecurityVerify that the referring web page is allowedtrue false 0 11
add_email_throttlesecurityLimit the use of the Add email in the send test functionalityAny number1
sendtest_throttlesecurityLimit the use of the send test functionalityAny number1
sendtest_maxsecurityLimit the number of email addresses that can be used in the send test functionalityAny number999
access_control_allow_originsecurityBlock requests from an incorrect locationhttp://'.$_SERVER['HTTP_HOST']
hash_algosecurityThe hash method to use when hashing passwordsany algorithm accepted in your PHP system, see http://php.net/hash-algossha256
access_control_allow_originssecurityBlock requests from an incorrect location, but allow multiple domainsarray of domainsundefined
emailtextcreditsrenderingUse text credits for phpList in emails, instead of an imagetrue false 0 10
htmlemail_encodingrenderingSet the transfer encoding for the HTML part of the generated messages8bit 7bit base64 quoted-printablequoted-printable
textemail_encodingrenderingSet the transfer encoding for the text part of an outgoing message7bit 8bit7bit
embeduploadimagesrenderingAdd uploaded images as embedded images when sendingtrue false 0 10
use_precedence_headerrenderingUse the Precedence: header in outgoing mailstrue false 0 1true
phpmailer_securerenderingSet the Secure option in phpMailerauto tls ssl falseauto
use_personalised_remoteurlsrenderingNot sure
wordwrap_htmlrenderingApply line wrapA number0
manually_process_queuequeue processingSend queued messages from the admin interface.true false 0 11
mailqueue_batch_sizequeue processingBatch processingA number higher or equal to 00
mailqueue_batch_periodqueue processingThe time allowed for sending a batch.Any number3600
mailqueue_throttlequeue processingAdd a delay between messages to avoid overloading the server.Any number, even fractions0
mailqueue_autothrottlequeue processingAutomatically slow down sending the queue to spread the batch size across the batch period.true false 1 00
use_domain_throttlequeue processingEnable throttling per domaintrue false 0 10
domain_batch_sizequeue processingAmount of mails to allow being sent to the same domain in the indicated timeAny number larger than 01
domain_batch_periodqueue processingTime frame for domain throttlingAny number larger than 1120
domain_auto_throttlequeue processingAuto throttle sending to domainstrue false 0 10
max_sendprocessesqueue processingNumber of simultaneous sending processes allowed11
sendprocess_servernamequeue processingString to identify a send processany textlocalhost
max_process_messagequeue processingHow many campaigns to process at the same timeAny positive number5
message_sendstatus_inactivethresholdqueue processingHow soon to say a campaign being sent is "stalled" or not sendingAny number120
message_sendstatus_sampletimequeue processingThe number of second to sample for a running campaign, to calculate the send speedAny positive number600
default_messageagequeue processingAmount of time to allow sending a campaign, until it is considered too oldAny sensible number604800
max_processqueue_timequeue processingLimit the time that can be used to process the queueAny number99999
smtp_timeoutqueue processingTimeout when sending a mail with SMTPAny number5
messagequeue_preparequeue processingRun the queue in a two-process waytrue false 0 10
phpmailerblasthostqueue processingSMTP server to use when sending the actual campaignThe FQDB of the serverPHPMAILERHOST
phpmailerblastportqueue processingThe port to use with PHPMAILERBLASTHOSTA working portPHPMAILERPORT
use_local_spoolqueue processingExperimental, do not use
show_pqchoicequeue processingEnable remote cron processing choicetrue, false, 0, 1false (Jan 2015)
processcampaigns_parallelqueue processingWhen processing multiple campaigns, send them in paralleltrue, false, 0, 1false
translations_xmli18nLocation where translations can be fetched and refreshedA URL that returns a valid XMLhttp://translate.phplist.com/translations.xml
db_translationi18nNo ideatrue false0
language_auto_updatei18nAutomatically update translations when the filesystem file is newer than the last updatetrue falsetrue
registerfeedbackLet the phpList developers get a little bit of feedback on the use of phpList by retrieving the "Powered By" image from the phpList websitetrue false 0 11
nostatscollectionfeedbackSwitch off collection of statistics0 1 true falsefalse
allow_attachmentscompositionChange 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 false0
usefckcompositionUse the FCKeditor for creating campaignstrue false 0 11
 
system/config/constants.txt · Last modified: 2013/08/21 00:14 by phplist

Resources
Contact Us

e: info@phplist.com

Boring Bit

phpList is a registered limited company

UK Company No. 07582966

VAT Registration 122 0788 37

© phpList 2016