On Fri, 1 Feb 2002, Jones, Mark wrote:
> I want my members area script to provide the capability of sending
> email to every address in the MySQL database--say 1000 addresses.  
> I'm planning to just write a loop that reads each record and sends the
> email to the address.  Or, is there a way that is more efficient for
> the server, such as outputting the emails to a text file and sending
> them in bulk somehow?

Mark:

Most Net::SMTP methods will accept a list of addresses. Make no mistake, 
however, this module is _not_ easy to use effectively. (i.e., I'm sure 
that it can be made to work easily enough, but using it to it's full 
potential is not a simple task.)

-- 
Eric P.
Los Gatos, CA


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to