[TYPO3-core] RFC: #13439: [FEATURE] Allow marker for Subject and Message in aut-response-message of Mailform
Steffen Kamper
ks at dislabs.de
Fri Feb 5 19:10:43 CET 2010
Hi,
This is an SVN patch request.
Type: New feature
Bugtracker references:
http://bugs.typo3.org/view.php?id=13439
Branches:
trunk
Problem:
There is a neat feature for autorespond in the Mailform CE.
If you add this field:
|auto_respond_msg=hidden| Hello / This is an autoresponse. //We have
received your mail.
you as sender will receive automatic a mail with subject "Hello" and the
message:
This is an autoresponse.
We have received your mail.
This feature allows to use given subject and sended message to be added
to this mail using marker
###SUBJECT### will be replaced with given subject of the mail
###MESSAGE### will be replaced by the plain content sended with the form.
Example:
|auto_respond_msg=hidden| [Autorespond] ###SUBJECT### /This is an
automatic generated answer.//Your message://###MESSAGE###
DOCUMENTATION
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.0.0/view/8/20/
"auto_respond_msg": This is a autoresponder message. This is sent if the
email of the "submitter" is known (field: "email"). The value of this is
the message broken up in to lines by a slash "/". Each slash is a new
line in the email. The first line is used for the subject.
[Add this:]
You can use markers which will be replaced in the email:
###SUBJECT### will be replaced with the original email subject
###MESSAGE### will be replaced with the original email message
vg Steffen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 13439.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100205/30bd4fad/attachment.asc>
More information about the TYPO3-team-core
mailing list