in reply to Sending Email to a list of people using Mail::Sender
"Initially, I had created a list of comma separated addresses(within the script) and it worked. When I moved that list to the new file, it didn't work."
"I assume that this is where the reference to a list of addresses comes in at."
Not, this is another concept, probably you're trying to use an external list that you simply forget (or fail) to load previously into a variable (ie: with read or open), so the list is not here.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sending Email to a list of people using Mail::Sender
by mlebel (Hermit) on Aug 19, 2011 at 01:32 UTC |