[TYPO3-english] SOLVED Send standard mailform to recipient and sender

Rik Willems rik at actiview.nl
Fri Sep 25 15:15:45 CEST 2009


Hi Jeroen,

Perhaps you could able to set this value through typoscript as well. 
Something like this:

tt_content.mailform.20 {
   recipient_copy = {GPvar:formpage}
   recipient_copy.insertData = 1
}

Greets,

Rik


Jeroen Visser | ROQUIN E-Solutions schreef:


Jeroen Visser | ROQUIN E-Solutions schreef:
> Hi Oliver,
> The solutions for me is using the XCLASS "ux_t3lib_formmail" with the 
> function "start()" in it.
> 
> In the mailform I have set the Email input field to "recipient_copy" and 
> in my start() function I only replaced the if statement to
> 
> if(t3lib_div::_POST('recipient_copy')){
>     $this->recipient_copy = trim(t3lib_div::_POST('recipient_copy'));
> }
> 
> Now the mailform is send to the recipient, set in the backend, and to 
> the person who filled out the form.
> 
> Kind regards,
> Jeroen
> 
> 
> Jeroen Visser | ROQUIN E-Solutions wrote:
>> Hi Oliver,
>> Thanks for the reply.
>>
>> It looks a bit like it. But what I am really looking for is
>>
>> auto_respond_msg=<the filled out mailform>
>>
>> Thanks again, and I keep on searching.
>>
>> Kind regards,
>> Jeroen
>>
>> Oliver Rowlands wrote:
>>> Hi Jeroen,
>>>
>>> You might be able to do something with the mailform 
>>> 'auto_respond_msg' setting:
>>>
>>> http://www.mcuniverse.com/Mailforms-II.79.0.html
>>>
>>> HTH,
>>>
>>> Oliver
>>>
>>> Jeroen Visser | ROQUIN E-Solutions wrote:
>>>> Hello List,
>>>> Does anyone know how to send the standard TYPO3 (4.2.8.) mail form 
>>>> to the recipient, which can be set in the content element, and to 
>>>> the person who's sending the form from the website?
>>>>
>>>> Kind regards,
>>>> Jeroen
>>>
>>>
>>
> 
> Hi Oliver,
> The solutions for me is using the XCLASS "ux_t3lib_formmail" with the 
> function "start()" in it.
> 
> In the mailform I have set the Email input field to "recipient_copy" and 
> in my start() function I only replaced the if statement to
> 
> if(t3lib_div::_POST('recipient_copy')){
>     $this->recipient_copy = trim(t3lib_div::_POST('recipient_copy'));
> }
> 
> Now the mailform is send to the recipient, set in the backend, and to 
> the person who filled out the form.
> 
> Kind regards,
> Jeroen
> 
> 
> Jeroen Visser | ROQUIN E-Solutions wrote:
>> Hi Oliver,
>> Thanks for the reply.
>>
>> It looks a bit like it. But what I am really looking for is
>>
>> auto_respond_msg=<the filled out mailform>
>>
>> Thanks again, and I keep on searching.
>>
>> Kind regards,
>> Jeroen
>>
>> Oliver Rowlands wrote:
>>> Hi Jeroen,
>>>
>>> You might be able to do something with the mailform 
>>> 'auto_respond_msg' setting:
>>>
>>> http://www.mcuniverse.com/Mailforms-II.79.0.html
>>>
>>> HTH,
>>>
>>> Oliver
>>>
>>> Jeroen Visser | ROQUIN E-Solutions wrote:
>>>> Hello List,
>>>> Does anyone know how to send the standard TYPO3 (4.2.8.) mail form 
>>>> to the recipient, which can be set in the content element, and to 
>>>> the person who's sending the form from the website?
>>>>
>>>> Kind regards,
>>>> Jeroen
>>>
>>>
>>
> 


More information about the TYPO3-english mailing list