Topic: Sendmail (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=13835" title="Pages that link to Topic: Sendmail (Page 1 of 1)" rel="nofollow" >Topic: Sendmail <span class="small">(Page 1 of 1)</span>\

 
Petskull
Maniac (V) Mad Scientist

From: 127 Halcyon Road, Marenia, Atlantis
Insane since: Aug 2000

posted posted 08-22-2002 22:16

#!/usr/bin/perl

# Voodoo 'Doll' Petskull
# Formatting email from an input page to sendmail....

require "cgi-lib.pl"; # http://cgi-lib.berkeley.edu/
&ReadParse(*input);

$myEmail = "petskull@nospan.twistedport.com";
$mailprogram = "/usr/sbin/sendmail";
$name = $input{'name'};
$addy = $input{'email'};
$subject = $input{'subject'};
$body = $input{'body'};

sub sendEmail{
open (MAIL, "



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu