This shows you the differences between two versions of the page.
system:config:numattachments [2013/08/20 16:35] phplist created |
system:config:numattachments [2013/08/20 23:58] (current) phplist [Data entry] |
||
---|---|---|---|
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. |