[TYPO3-core] RFC: #13439: [FEATURE] Allow marker for Subject and Message in aut-response-message of Mailform

Susanne Moog typo3 at susannemoog.de
Tue Apr 13 20:21:31 CEST 2010


+1 by reading and testing

(attached a new patch, which now uses the LF constant instead of chr(10))

Best regards,

Susanne


On 05.02.2010 19:10, Steffen Kamper wrote:
> 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 --------------
A non-text attachment was scrubbed...
Name: 13439_v2.diff
Type: text/x-patch
Size: 714 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100413/227be8ec/attachment.bin>


More information about the TYPO3-team-core mailing list