MAil Problem! Help Needed

2003-03-29 Thread Palm Optins
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

Newbie Help Needed! Mail Problem!

2003-03-28 Thread Palm Optins
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

NewBie Question! Please Help

2003-03-27 Thread Palm Optins
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 I

SendMail Help Needed!

2003-01-30 Thread Palm Optins
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/Inquiry

Need Help With Perl! I'm Lost!

2002-11-11 Thread Palm Optins
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

Mail::Sender Problem. Can Some Help Me?

2002-11-08 Thread Palm Optins
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

Mail Problem

2002-10-30 Thread Palm Optins
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