email

Joel Fentin joel at cts.com
Fri Feb 25 12:32:58 CST 2000


~sdpm~
The following is a simplified version of the program in the
cookbook (Pg. 651). It isn't working and I don't have a clue.

Than you for any ideas.

apache: [Wed Feb 23 21:03:16 2000] [error] [client 204.94.75.117]
script not found or unable to stat:
/u/web/theede/cgi-local/mailtest.pl
apache: [Wed Feb 23 21:03:46
2000] [error] [client 204.94.75.117] Premature end of script
headers:
/u/web/theede/cgi-local/MailTest.pl
==============================
===========
#!/usr/local/bin/perl
use CGI qw(:cgi-lib :standard);

open
(SENDMAIL,"|/USER/LIB/sendmail -oi -t -odg");
print SENDMAIL
<<"EOF";
From: joel at cts.com
To: joel at cts.com
Subject: Mail
Test

This is the message body.

EOF
close (SENDMAIL);

--
Joel Fentin    tel: 760-749-8863    FAX: 760-749-8864
 
email: joel at cts.com     web: http://efm.simplenet.com
~sdpm~

The posting address is: san-diego-pm-list at hfb.pm.org

List requests should be sent to: majordomo at hfb.pm.org

If you ever want to remove yourself from this mailing list,
you can send mail to <majordomo at happyfunball.pm.org> with the following
command in the body of your email message:

    unsubscribe san-diego-pm-list

If you ever need to get in contact with the owner of the list,
(if you have trouble unsubscribing, or have questions about the
list itself) send email to <owner-san-diego-pm-list at happyfunball.pm.org> .
This is the general rule for most mailing lists when you need
to contact a human.




More information about the San-Diego-pm mailing list