meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
documentation:glossary [2013/07/26 14:13] – sraymond34 | documentation:glossary [2020/09/02 10:39] (current) – Corrected several typos marianaphplist | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Glossary of Key phpList Terminology ====== | ||
+ | |||
+ | * **Campaign Message** - A campaign message is a single email message event sent to the members of one or more lists. It is delivered to subscribers. Sending a campaign message is the central feature within phpList. A single campaign message, which contains the content entered by an admin, can only be sent to any subscriber once. In other words, if an admin sends the same message to multiple lists (which share the same subscribers), | ||
+ | |||
+ | * **Campaign** – While the campaign message refers to the content and the message itself, the campaign refers to the overall process for creating and sending a campaign message. | ||
+ | | ||
+ | * **Attributes** - Serve to provide additional subscriber data. Attributes can be mandatory (or not) and can have default values (or not). Additionally, | ||
+ | |||
+ | * **Administrator** – The administrator, | ||
+ | |||
+ | * **Subscriber** – Known as a user in the old version of phpList, a subscriber is first and foremost an email address registered within the phpList database. More specifically, | ||
+ | |||
+ | * **Foreign Key** - If you use another (' | ||
+ | |||
+ | * **Black Listed** - The Blacklist, or ' | ||
+ | |||
+ | * **Suppression** – Refers to the action of temporarily unconfirming subscribers from all Lists. This is a temporary action but can be rendered permanent if the Permanent option is selected. Permanently suppressing a subscriber is equivalent to adding the subscriber to the “Blacklist.” A subscriber is removed from the non-permanent suppression when they are confirmed again. | ||
+ | |||
+ | * **CSV** - A “Comma (//or character)// | ||
+ | |||
+ | * **Delimiter** - A sequence of one or more characters used to specify the boundary between separate, independent regions in plain text or other data streams. Found in CSV files, the default delimiter in PhpList is “Tab.” Common delimiters are semicolons (;), pipes (|) and tabs (\). | ||
+ | |||
+ | * **Bounces** – A campaign message that is returned because it could not be delivered for a number of reasons: The mailbox of the recipient might be full, the email address might no longer be valid or temporarily disabled, the email address might be misspelt, etc. A bounce is not the same as an out-of-office reply. | ||
+ | |||
+ | * **Category** - Used to organize lists into different groups. From a subscriber perspective, | ||
+ | |||
+ | * **Placeholders** - Content that can be added to the default code in the settings page. They are a special word enclosed in square brackets, that stands-in for data that is to be inserted later on in the HTML and/or text message. In phpList, placeholders hold the place for dynamic data and provide an effective way to personalize messages. Some useful placeholders include: [WEBSITE] - the address you type for your website; [DOMAIN] - the text you type for your domain; [SUBSCRIBEURL] - the location of the subscribe page; [UNSUBSCRIBEURL] - the location of the unsubscribe page; [PREFERENCESURL] - the location of the page where users can update their details; and [CONFIRMATIONURL] - the location of the page where users have to confirm their subscription. | ||
+ | |||
+ | * **Reconcile Subscribers** – Refers to a number of administrative actions an Admin has over groups of subscribers. From the “Reconcile Subscribers” page, admins can render all subscribers to receive HTML or Text versions of campaigns. The Admin can also confirm subscribers on any and all lists, move to a new list those subscribers that are not subscribed to any list, and delete subscribers in a variety of ways. The admin can delete subscribers with more than “X” number of bounces, or delete subscribers that have not confirmed their subscription within “X” days of their original signup date. | ||
+ | |||
+ | * **Lists** – Lists are what subscribers subscribe to, and become members of. | ||
+ | |||
+ | * **Embargoed** – A stoppage put on a campaign message so it is not sent before a predetermined time and date set by the administrator. It is a capability used when sending campaigns. By default, the embargo is set to today at 0:00, meaning the campaigns are sent immediately after the queue is processed. It is important to note that the embargo has an effect on the time the sending of a message starts and not the time that the messages actually arrive in a subscriber’s inbox. | ||
+ | |||
+ | * **Requeue** – This action places a campaign back in the queue to be processed. The embargo of a campaign will be set to the time plus the requeue frequency specified in the ‘requeue every’ field of the scheduling process. This will cause a campaign to be sent to subscribers who have signed up, after sending the original campaign. | ||
+ | |||
+ | * **Backend** - The back-end of phpList refers to the administrators' | ||
+ | |||
+ | * **Frontend** – The front-end of phpList refers to all the pages viewable by the public (such as subscribe page, preferences page, etc.), as opposed to the administrators (such as attributes, send a message, etc.). | ||
+ | |||
+ | * **Throttle** - Throttle refers to the send speed setting of phpList. To be more precise, it refers to a small delay between each sent message, in order to slow down the send speed and thus avoid overloading the server. The throttle can be configured through the MAILQUEUE_THROTTLE or the MAILQUEUE_AUTOTHROTTLE setting in config.php. | ||