i would like to send with a multiselect dropdown list a mail to 2 or more recipient as i select in the dropdown list.
Easy to say but how can do it? i tryed using as value in the list the email and putting this field in dynamic forward but i seem don't run. Coul'd any one help me?
thank you.
Gabriele
Easy to say but how can do it? i tryed using as value in the list the email and putting this field in dynamic forward but i seem don't run. Coul'd any one help me?
thank you.
Gabriele
Hi Gabriele,
Please see FAQ 31 for examples of how to do it with one email. I think that you will need to construct a comma separated list for multiple emails.
Bob
Please see FAQ 31 for examples of how to do it with one email. I think that you will need to construct a comma separated list for multiple emails.
Bob
Hi Gabriele & Bob,
The dynamic counterparts of To, CC, and BCC do not work well with multiple recipients, as the form field content is not "explode()":d, just the form field names list is. As such, FAQ#31 is indeed the way to go, I believe I posted a rough sample here: http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=15266
/Fredrik
The dynamic counterparts of To, CC, and BCC do not work well with multiple recipients, as the form field content is not "explode()":d, just the form field names list is. As such, FAQ#31 is indeed the way to go, I believe I posted a rough sample here: http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=15266
/Fredrik
This topic is locked and no more replies can be posted.