
August 9th, 2000, 04:51 PM
|
|
Junior Member
|
|
Join Date: Jul 2000
Location: Wheaton,IL USA
Posts: 9
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hello,
I've created a mail script, but I can't figure out how to put my $email variable into the FROM field of the email. This is the code I have now:
open (MAIL, "|$mailprog -t") or &dienice("Can't access $mailprog!n");
print MAIL "To: $recipientn";
print MAIL "From: $emailn";
I know it's probably a simple fix, and I appreciate the help.
Thanks,
Jamie
|