Gossamer Forum
Home : Products : DBMan : Customization :

Mass Mailer

Quote Reply
Mass Mailer
How do i mail to all the e-mailaddresses in the database?
I have install massmailer and it works perfect (thankx) but the mail is send to the first 10 records in the database and i wants to send to all records.



Gerard
The Netherlands
Quote Reply
Re: Mass Mailer In reply to
Look in sub mass_mail and make sure you have the following code:

Code:

open (DB, "<$db_file_name") or &cgierr("error in mass_mail. unable to open database: $db_file_name.\nReason: $!");
@lines = <DB>;
close DB;
$in{'mh'} = $#lines;
I have changed it recently, so you may have the older version.

JPD
http://www.jpdeni.com/dbman/
Quote Reply
Re: Mass Mailer In reply to
How hard (or can it even be done) to implement this module to allow a user who searches for something, be able to email ALL the people at once that is found in that search? t would not be used for illegal spamming, just an opt-in listing type of database.