in reply to Re: Re: Re: Sending HTML-formatted mail to a list
in thread Sending HTML-formatted mail to a list

Thanks--you totally helped me. After cleaning up the syntax, I did a test to find a single element in the array:
foreach $address (@address) { print "$address\n"; }
From this, I found that $address is all of my addresses in the test file (three entrys). So it thinks that all three addresses correspond to one array element!