I know about the sendmail fuction in perl to allow you to make a script that will send out an email. Is this also possible having activePerl and Apache server installed on my local machine? If so, how? Thanks in advance!
D_O_N
volatilegx
1:56 pm on May 13, 2004 (gmt 0)
You also need to have a mail program installed (like sendmail). You use Perl to pipe the email output to the mail program.
dreaming of nascar
6:44 pm on May 13, 2004 (gmt 0)
Where would I go about downloading something like that?