in reply to Re: Re: Re: Sending HTML-formatted mail to a list
in thread Sending HTML-formatted mail to a list
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!foreach $address (@address) { print "$address\n"; }
|
|---|