RE: How can I get AUTOMATICALLY Email of the person who access to
Walter Ian Kaye (walter@natural-innovations.com)
Thu, 4 Mar 1999 15:43:45 -0800
At 9:41a -0800 03/04/99, RobertGwynne wrote:
> It's easy if you have them furnish their email address in a text=
field. =A0 open ( MAIL, "| /usr/lib/sendmail -t "); #your path may be diff=
erent.
>print MAIL "To: $to_address \n";
>print MAIL "From: $from_address \n";
>print MAIL "Subject: Permission \n";
>print MAIL "\n"; =A0 print MAIL "Your message here.=A0 Notice the spaces=
above."
Why the spaces? I've never needed any.
>-----------------------
>Robert Gwynne, Ph.D.
>Speech Communication
>University of Tennessee, Knoxville
>gwynne@utkux.utk.edu
>423-974-6836
>JAPN: Just Another Perl Newbie=20