Gossamer Forum
Home : Products : DBMan : Customization :

Send Mass Email woes

Quote Reply
Send Mass Email woes
Greetings!

Just have a quick questions: I'm having a problem with my "send mass email" function: it is not sending it to everyone. It sends emails to everyeone but 1 person all the time (I have 20 people in the database...but it keeps saying that only 19 people received the email).

Any suggestions?
Thanks in advance!

Quote Reply
Re: Send Mass Email woes In reply to
There was a recent post regarding this that provided a change which might help?

Look in sub mass_mail and make sure you have the following 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;

this post says to change the last line to:

$in{'mh'} = $#lines+1;

Let us know if that helps


Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/
Quote Reply
Re: Send Mass Email woes In reply to
Praise be to LoisC.

I just tried it,
And it worked for me.

It was like poetry.

Thanks All,
averick

Quote Reply
Re: Send Mass Email woes In reply to
It's so nice when people post how they got things to work so that others can benefit from their solutions.

The praise should be to who provided the answer in the other thread.

I'm so happy that solution is what helped get it working for you Smile



Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/