meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

system:config:numattachments [2013/08/20 16:35] – created phplistsystem:config:numattachments [2013/08/20 23:58] (current) – [Data entry] phplist
Line 1: Line 1:
  
 +---- dataentry configoptions ----
 +type     : constant
 +name     : NUMATTACHMENTS
 +purpose  : How many attachments to allow uploading in one go.
 +allowed  : Any positive number
 +default  : 1
 +status_s : 
 +category : composition
 +----
 +
 +
 +This settings obviously requires [[ALLOW_ATTACHMENTS]] to be true.
 +
 +This does not restrict the total number of attachments that can be added to a campaign. It only restricts the amount of attachments that can be uploaded in one go. So the default 1 will be fine, because if you want to add more, you can add them one-by-one.
 +
 +The total number of attachments is unlimited, although the SMTP server will probably have some maximum.