larger smaller normal text version of this page

Revision [2344]

Last edited on 2010-12-01 01:15:45 by AlStillero [+template]
Additions:
~-**Backend** - The back-end of phpList refers to the //administrators interface//, i.e., all the pages viewable only by administrators (with the various functions: user, messages, system, etc.).
~-**Batch processing** - Batch processing of messages refers to sending portions of the total number of messages within a specified time frame. If you are on a shared host, it will probably be appreciated if you don't send out loads of emails in one go. Some shared hosts may even have put a limit to the number of messages you may send per hour or per day. To address these limits you can configure batch processing in your config.php file, through the ''MAILQUEUE_BATCH_SIZE'' and ''MAILQUEUE_BATCH_PERIOD'' settings. See PhpListConfigSendRate
~-**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.).
~-**Template** - usually refers to [[TemplatesInfo message template]] in the context of phpList.
~-**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. Throttle can be configured through the ''MAILQUEUE_THROTTLE'' or the ''MAILQUEUE_AUTOTHROTTLE'' setting in config.php. See PhpListConfigSendRate
Deletions:
~-**Backend** - The Backend of phpList refers to the //administrators interface//, i.e., all the pages viewable only by administrators (with the various functions: user, messages, system, etc.).
~-**Batch processing** - Batch processing of messages refers to sending portions of the total number of messages within a specified time frame. If you are on a shared host, it will probably be appreciated if you don't send out loads of emails in one go. Some shared hosts may even have put a limit to the number of messages you may send per hour or per day. To address these limits you can configure batch processing in your config.php file, through the ''MAILQUEUE_BATCH_SIZE'' and ''MAILQUEUE_BATCH_PERIOD'' settings.
~-**Frontend** - The Frontend 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. Throttle can be configured through the ''MAILQUEUE_THROTTLE'' or the ''MAILQUEUE_AUTOTHROTTLE'' setting in config.php.


Revision [2323]

Edited on 2010-10-13 01:06:21 by AlStillero [addition]
Additions:
[[PhplistDocumentation phpList Documentation]]
===== Glossary =====
//This page is provides a glossary of terms frequently used in phpList. Feel free to add a term you think may be useful to other users.//
~-**Backend** - The Backend of phpList refers to the //administrators interface//, i.e., all the pages viewable only by administrators (with the various functions: user, messages, system, etc.).
~-**Batch processing** - Batch processing of messages refers to sending portions of the total number of messages within a specified time frame. If you are on a shared host, it will probably be appreciated if you don't send out loads of emails in one go. Some shared hosts may even have put a limit to the number of messages you may send per hour or per day. To address these limits you can configure batch processing in your config.php file, through the ''MAILQUEUE_BATCH_SIZE'' and ''MAILQUEUE_BATCH_PERIOD'' settings.
~-**Blacklist** - The Blacklist, or 'blocking list', is a list of all users that unsubscribed. When a user unsubscribes from all lists, his/her email address is automatically placed on the 'blacklist' in order to make sure you never send them any message again in the future.
~-**Frontend** - The Frontend 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. Throttle can be configured through the ''MAILQUEUE_THROTTLE'' or the ''MAILQUEUE_AUTOTHROTTLE'' setting in config.php.
- [[PhpListConfiguration Configuring phpList]]
- [[PhpListConcepts phpList concepts]]
Deletions:
[[PhplistDocumentation Phplist Documentation]]
=====Glossary =====
//This page is provides a glossary of terms frequently used in PHPlist. Feel free to add a term you think may be useful to other users.//
~-**Backend** - The Backend of PHPlist refers to all the pages viewable only by administrators (with the various functions: user, messages, system, etc.).
~-**Batch processing** - Batch processing of messages refers to sending portions of the total number of messages within a specified time frame. If you are on a shared host, it will probably be appreciated if you don't send out loads of emails in one go. Some shared hosts maye even have put a limit to the number of messages you may send per hour or per day. To address these limits you can configure batch processing in config.php through the ''MAILQUEUE_BATCH_SIZE'' and ''MAILQUEUE_BATCH_PERIOD'' settings.
~-**Frontend** - The Frontend 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. Throttle can be configured through the ''MAILQUEUE_THROTTLE'' or the ''MAILQUEUE_AUTOTHROTTLE'' setting in config.php.
- [[PhpListConfiguration Configuring PHPlist]]
- [[PhpListConcepts PHPlist concepts]]


Revision [767]

Edited on 2006-10-09 20:21:56 by AlStillero [addes some terms]
Additions:
~-**Batch processing** - Batch processing of messages refers to sending portions of the total number of messages within a specified time frame. If you are on a shared host, it will probably be appreciated if you don't send out loads of emails in one go. Some shared hosts maye even have put a limit to the number of messages you may send per hour or per day. To address these limits you can configure batch processing in config.php through the ''MAILQUEUE_BATCH_SIZE'' and ''MAILQUEUE_BATCH_PERIOD'' settings.
~-**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. Throttle can be configured through the ''MAILQUEUE_THROTTLE'' or the ''MAILQUEUE_AUTOTHROTTLE'' setting in config.php.
**Related topics**
- [[PhpListConfiguration Configuring PHPlist]]
- [[PhpListConcepts PHPlist concepts]]
Deletions:
~-**Webroot** -


Revision [766]

Edited on 2006-10-09 18:56:20 by AlStillero [Added some terms]
Additions:
~-**Attachment repository** - The "attachment repository" is a directory phplist needs for storing the attachments sent with list messages. The location of the attachment repository is defined in the configuration file (config.php) through the ''$attachment_repository'' setting.
~-**Backend** - The Backend of PHPlist refers to all the pages viewable only by administrators (with the various functions: user, messages, system, etc.).
~-**Frontend** - The Frontend 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.).
~-**Webroot** -
Deletions:
~-**Webroot** - explanation. Example
~-**term** - explanation. Example


Revision [762]

Edited on 2006-09-29 07:04:08 by AlStillero [Preparation of this page]
Additions:
=====Glossary =====
//This page is provides a glossary of terms frequently used in PHPlist. Feel free to add a term you think may be useful to other users.//

~-**Webroot** - explanation. Example
~-**term** - explanation. Example
Deletions:
=====Title of the page =====
//This page is a **template** intended for documentation of **official phplist features**. This page belongs to CategoryTemplate (which contains more handy templates). To create a phplist **documentation** page, [[http://docs.phplist.com/DocumentationTemplate/clone clone this page]], replace the title with a meaningful one and replace this paragraph with the actual page content.//


Revision [761]

The oldest known version of this page was created on 2006-09-29 06:56:51 by AlStillero [Preparation of this page]
Page was generated in 0.2740 seconds