Can i enter multiple recepients (email addresses) in a form ?

asked Sep 16, 2014 by anshul (420 points)
Hi Team,

I had created a contact form... Here, when user clicks submit... i want to send that information to multiple email ids.. not to a single email id...

How can i do that ? Please help me out..

1 Answer

answered Sep 17, 2014 by seotoaster (14,700 points)
selected Sep 17, 2014 by anshul
 
Best answer
Hello Anshul!

You may list the email ids (addresses) in the form configuration field "Contact mail", and separate them by commas.

Example:
support@test.com,techsupport@test.com,dev@text.com
commented Sep 17, 2014 by anshul (420 points)
Thanks for this...
...