Revision [1669]
Last edited on 2008-10-20 07:18:02 by AlStillero [added config.php settings for attachments]Additions:
**Attach tab**
You can add as many attachments to your message as you like, but the number listed here is defined in your ##config.php## file:
%%(php)# attachments is a new feature and is currently still experimental
# set this to 1 if you want to try it
# caution, message may become very large. it is generally more
# acceptable to send a URL for download to users
# if you try it, it will be appreciated to give feedback to the
# users mailinglist, so we can learn whether it is working ok
# using attachments requires PHP 4.1.0 and up
define("ALLOW_ATTACHMENTS",1);
# if you use the above, how many would you want to add per message (max)
# You can leave this 1, even if you want to attach more files, because
# you will be able to add them sequentially
define("NUMATTACHMENTS",1);
# when using attachments you can upload them to the server
# if you want to use attachments from the local filesystem (server) set this to 1
# filesystem attachments are attached at real send time of the message, not at
# the time of creating the message
define("FILESYSTEM_ATTACHMENTS",0);
# if you add filesystem attachments, you will need to tell PHPlist where your
# mime.types file is.
define("MIMETYPES_FILE","/etc/mime.types");
# if a mimetype cannot be determined for a file, specify the default mimetype here:
define("DEFAULT_MIMETYPE","application/octet-stream");
%%
You can add as many attachments to your message as you like, but the number listed here is defined in your ##config.php## file:
%%(php)# attachments is a new feature and is currently still experimental
# set this to 1 if you want to try it
# caution, message may become very large. it is generally more
# acceptable to send a URL for download to users
# if you try it, it will be appreciated to give feedback to the
# users mailinglist, so we can learn whether it is working ok
# using attachments requires PHP 4.1.0 and up
define("ALLOW_ATTACHMENTS",1);
# if you use the above, how many would you want to add per message (max)
# You can leave this 1, even if you want to attach more files, because
# you will be able to add them sequentially
define("NUMATTACHMENTS",1);
# when using attachments you can upload them to the server
# if you want to use attachments from the local filesystem (server) set this to 1
# filesystem attachments are attached at real send time of the message, not at
# the time of creating the message
define("FILESYSTEM_ATTACHMENTS",0);
# if you add filesystem attachments, you will need to tell PHPlist where your
# mime.types file is.
define("MIMETYPES_FILE","/etc/mime.types");
# if a mimetype cannot be determined for a file, specify the default mimetype here:
define("DEFAULT_MIMETYPE","application/octet-stream");
%%
Deletions:
You can add as many attachments to your message as you like, but the number listed here is defined in your configuration.
Additions:
==[[PhplistDocumentation Phplist Documentation]] » [[MessageFunctionsInfo Message functions]] » [[SendMessageInfo Send a message]] » ==
Deletions:
Revision [629]
Edited on 2006-07-17 17:16:33 by HernoLAdditions:
[[PhplistDocumentation phplist Documentation]]
Deletions:
Additions:
Note: you will receive automatically **two** test messages: one in plain text, one with HTML formatting. When you send the message normally, users will only receive one version (the one they prefer/you chose for them).
Additions:
=====Send a Message: Attach tab=====
[[SendMessageFormatInfo Format tab]]
Attach tab
You can add as many attachments to your message as you like, but the number listed here is defined in your configuration.
Please Note: Attachments will be included in HTML emails, and will be added as a link to the website in Text emails
The description field will be used in the text messages only
%%Add attachments to your message
The upload has the following limits set by the server:
Maximum size of total data being sent to the server: 8M
Maximum size of each individual file: 50M
New Attachment [button] [Add (and save) button]
Description of attachment: [text area field]%%
[[SendMessageFormatInfo Format tab]]
Attach tab
You can add as many attachments to your message as you like, but the number listed here is defined in your configuration.
Please Note: Attachments will be included in HTML emails, and will be added as a link to the website in Text emails
The description field will be used in the text messages only
%%Add attachments to your message
The upload has the following limits set by the server:
Maximum size of total data being sent to the server: 8M
Maximum size of each individual file: 50M
New Attachment [button] [Add (and save) button]
Description of attachment: [text area field]%%
Deletions:
Format tab
[[SendMessageAttachInfo Attach tab]]
**##? Send As: HTML [radiobutton] text [radiobutton] Text and HTML [radiobutton]##**
~This allows you to choose the format of the message. Please note that depending on the options you have offered on your [[SubscribePageInfo subscribe page]], your users will have been able to choose messages in either text and/or HTML format. ''verify -- and document possible problems''



