On Jan 18, 2004, at 12:19 PM, Wiggins d'Anconia wrote:
zentara wrote:
So now all you have to do is setup the mailings.
For example, this code should work, but there are many mail modules
available to make it easier.
my $mailprog='/usr/sbin/sendmail';
my $email = $emailaddr;
my $from = '[EMAIL P
On Jan 18, 2004, at 10:44 AM, zentara wrote:
On Sat, 17 Jan 2004 22:09:12 -0500, [EMAIL PROTECTED] (Gerry
Creighton) wrote:
On Jan 17, 2004, at 12:37 PM, zentara wrote:
You need a cgi script to generate the form, a plain form won't
do. Why do you need this special FormBuilder anyways?
You should
zentara wrote:
So now all you have to do is setup the mailings.
For example, this code should work, but there are many mail modules
available to make it easier.
my $mailprog='/usr/sbin/sendmail';
my $email = $emailaddr;
my $from = '[EMAIL PROTECTED]';
open( MAIL, "|$mailprog -t" )
|| sa
On Jan 17, 2004, at 12:37 PM, zentara wrote:
On Sat, 17 Jan 2004 11:54:55 -0500, [EMAIL PROTECTED] (Gerry
Creighton) wrote:
So can you suggest where to add the form processing to the upload.cgi?
I'm good with Flash and actionscripting but am not totally in tune
with
perl (yet).
The guy who wrote