meta data for this page
All config file options
Constants and variables
- admin
- anti-spam
- authentication
- aws
- bounce management
- composition
- database
- feedback
- i18n
- queue processing
- rendering
- security
- segmentation
- sending
- social networking
- statistics
- subscriber management
- subscription
- system
Filtered by category='composition'
# | edit | ↓ category | type | purpose | allowed values | default |
---|---|---|---|---|---|---|
1 | allow_attachments | composition | constant | 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 |
2 | usefck | composition | constant | Use the FCKeditor for creating campaigns | true false 0 1 | 1 |
3 | useck | composition | constant | Use the CKeditor for creating campaigns | true false 0 1 | 0 |
4 | numattachments | composition | constant | How many attachments to allow uploading in one go. | Any positive number | 1 |
5 | filesystem_attachments | composition | constant | Allow adding attachments from the filesystem of the server phpList is running on | true false 0 1 | 0 |
6 | mimetypes_file | composition | constant | File containing the Mime-types of binary files | string pointing to a file with mime-types | /etc/mime.types |
7 | default_mimetype | composition | constant | Fallback for the mimetype when it could not be determined | a sensible mimetype | application/octet-stream |
8 | use_repetition | composition | constant | Add the functionality to repeat campaigns | true false 0 1 | 0 |
9 | fckimages_dir | composition | constant | Location for uploading images in the FCKeditor | Directory name in the "lists" directory | uploadimages |
10 | uploadimages_dir | composition | constant | Location of a webserver-writable folder for storing images. | Any name of a directory | images |
11 | use_manual_text_part | composition | constant | Manually enter the text version of the campaign | true false | false |
12 | warn_savechanges | composition | constant | Warn when changing page and there are unsaved changes | true false 0 1 | 1 |
13 | tinymcepath | composition | constant | no value | ||
14 | use_admin_details_for_messages | composition | constant | Pre-fill the From field when creating a campaign, with the details of the administrator logged in | true false 0 1 | 1 |
15 | send_one_testmail | composition | constant | Send one test email when using the test functionality | true false 0 1 | 1 |
16 | block_pasted_clicktracklinks | composition | constant | Detect clicktrack links in the content and block sending the campaign if found | true false 0 1 | 0 |
17 | phpmailertesthost | composition | constant | The SMTP server to use when sending a test mail | the FQDN of the SMTP server | PHPMAILERHOST |
18 | embedexternalimages | composition | constant | pull external images and embed them in campaigns | true false | false |