Hello all,
I would like to send e-mails to various recipients depending on some input field in the form. I therefore need to some PHP evaluation of the form input. The input variable I assume I receive through $var = JRequest::getVar('var', '', 'post').
But when I do the evaluation what is the variable for the recipient of the e-mail and how to I set it? Can that be done in PHP?
Thanks in advance for any help
kazpad
I would like to send e-mails to various recipients depending on some input field in the form. I therefore need to some PHP evaluation of the form input. The input variable I assume I receive through $var = JRequest::getVar('var', '', 'post').
But when I do the evaluation what is the variable for the recipient of the e-mail and how to I set it? Can that be done in PHP?
Thanks in advance for any help
kazpad