powermail

Change Name of uploaded files in powermail formular on typo3

老子叫甜甜 提交于 2020-01-06 07:58:08
问题 i hope someone could help me with my question. I have on a typo3 site a form for applications. On this form you have the ability to upload different documents for curriculum vitae and certificates. This form is created with a powermail plugin. The email, generatedfrom the form, should pass a gateway and automatically inserted into a database. And I got some problems with the files. The files should not have the same name. If a candidate load up files with the same name the gateway can not see

How to activate randomized filenames in powermail

丶灬走出姿态 提交于 2020-01-06 05:34:06
问题 i have a form where user could upload files. There are 3 files they could upload and each of them need to have an unique name. So even the person upload the same file everytime i neet different names for it in the email, i get from the form. So i try to use randomizeFileName. https://github.com/einpraegsam/powermail/blob/develop/Configuration/TypoScript/Main/setup.txt#L538 Cause i dont have the randomizeFilename in my constants.txt it try to enter it in my setup.txt with a real value. # File

How can I add an action to a TYPO3 frontend plugin?

倖福魔咒の 提交于 2019-12-11 19:53:20
问题 I am using powermail and extending it with powermail_extended and want to add a new action to what the frontend plugin is doing. Extending the Controller is not the issue: It is overloaded via XCLASS: config.tx_extbase.objects { In2code\Powermail\Controller\FormController.className = In2code\PowermailExtended\Controller\FormController } But simply calling this action is not enough, because the prefences are stored in the frontend plugin in the backend. This frontend plugin is configured in

Send TYPO3 EXT:powermail mail to different receivers depending on selection in a dropdown

て烟熏妆下的殇ゞ 提交于 2019-12-09 13:35:14
问题 I often have the requirement to send a powermail-form to different receivers depending on a selection of a selectfield within the form. Im using TYPO3 7.6.x and Powermail 3.3.0 How can this be done? 回答1: With the help of @alex-kellner in the slackchannel of EXT:powermail i found a quite easy solution for that: Basically there are 2 Steps needed: Step1 Values for the Options in the select field. You need to add values to your option in the select field. This can be done by appending a pipe |

Send TYPO3 EXT:powermail mail to different receivers depending on selection in a dropdown

只谈情不闲聊 提交于 2019-12-03 20:21:38
I often have the requirement to send a powermail-form to different receivers depending on a selection of a selectfield within the form. Im using TYPO3 7.6.x and Powermail 3.3.0 How can this be done? randomresult With the help of @alex-kellner in the slackchannel of EXT:powermail i found a quite easy solution for that: Basically there are 2 Steps needed: Step1 Values for the Options in the select field. You need to add values to your option in the select field. This can be done by appending a pipe | to your option and simply add the value MyRecieverEmail 1 | 1 MyRecieverEmail 2 | 2