Dynamic replyToEmail of receiver in Powermail (TYPO3) -


i need following setup receiver email in powermail 2:

  • the receiver.sender email should noreply@mydomain.de , never email of user
  • the receiver.replytoemail should email address of user sends form.

i found possibility:

 plugin.tx_powermail {    settings.setup.receiver {      overwrite.sendername.value = myname      overwrite.senderemail.value = no_reply@mydomain.de      overwrite {        replytoemail >        # reply address        replytoemail = text        replytoemail.data = gp:tx_powermail_pi1|field|marker_w084sua5        replytoname = text        replytoname.value = name      }    }  } 

it works expected ... line:

replytoemail.data = gp:tx_powermail_pi1|field|marker_w084sua5 

has different in every form. have 50 forms , in every form marker variable email different. in examples found this:

replytoemail.data = gp:tx_powermail_pi1|field|e_mail 

where e_mail should super global fields contains email of user. not work.

is there possibility individual replytoemail without adding 40 or 50 conditions forms?

thanks!


Comments

Popular posts from this blog

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -