|
Answer by: Stuart Pierce, Aplus.Net Knowledge
Base Support
Yes, the formmail.pl script is able
to send form results to multiple email recipients. You only have
to enter as values all required email addresses in the recipient field
of the form. The multiple email recipients should be separated by
commas. Here is an example:
<input type=hidden name="recipient" value="address1@mail1.com,addressl2@mail2.com,address3@mail3.com">
Related links:
|