Hello All.
I have a admin script for a protected members area. In it, I can email all the members
to let them know the Updates of the program.
For some unknown reason, it keeps sending out double emails for each address.
Can someone tell me what I did wrong?
Here's the code I used for the mailer
Hello All.
I have a admin script for a protected members area. In it, I can email all the members
to let them know the Updates of the program.
For some unknown reason, it keeps sending out double emails for each address.
Can someone tell me what I did wrong?
Here's the code I used for the mailer
Hi All,
I writting a script so when members join my program it writes their Email Address
into a flat file.
I have it adding to the file this way.
open (FILE, ">>$cgiroot/memdata/address/members.txt");
flock(FILE, 2);
print FILE "$list\n";
flock(FILE, 8);
close (FILE);
What I need to know, and
Hello Everyone,
Can someone tell me how to get sendmail to return bounced email to my address.
EMAMPLE OF SENDMAIL MAILER
open(MAIL,"|$sendmail -t");
print MAIL "From: $email ($first $last)\n";
print MAIL "To: $admin\n";
print MAIL "Reply-To: $email ($first $last)\n";
print MAIL "Subject: Help/I
I purchased a script to handle a mailing list.
I have a problem getting it to open my setup.cgi file.
I keep getting this error:
Can't locate config.cgi in @INC (@INC contains: /usr/local/lib/perl5/5.6.0/i386-bsdos
/usr/local/lib/perl5/5.6.0 /usr/local/lib/perl5/site_perl/5.6.0/i386-bsdos
/usr/l
Hello Everyone,
I setting up a list mailer using mysql and mail::Sender.
The mailer uses Subscribed email address and Contact Address.
The mail is suppose to go to the subscribe address. For some reason. It keeps going to
the contact address.
The code I'm using is below. I tried changing the
Hello Everyone,
Can someone help me with this.
I keep getting this error when I try to access this file.
http://www.host-4-you.net/Demo1/setup.cgi
The config file is in the same directory as the others.
At first I thought I was missing the 1; in the config file, but it's there.
Thanks and God