Click to See Complete Forum and Search --> : how to send form submission to multiple emails


bubba4gman
06-19-2007, 10:09 PM
Hey all. Any help with this is greatly appreciated.

I have the following line in my formmail script:
$Config{'recipient'} = "bubba\@bubba.com","bubba2\@bubba.com";

Obviously it doesn't work like that or I wouldn't be writing this. Only the first email address receives the form submission. Any idea how I can get my form to be sent to two or more addresses? Thanks for the help!

GMan