I have written a PERL script that generates a *.log file.
I need to write a PERL script that will create/send an email that contains hyperlinks to the *.log file on our Win2K network?
I was able to use NET::SMTP to generate the email and send it with no problems. When I added a hyperlink to the body of the email, however, I could never get the link to open correctly. (It tried to install QuickTime, go figure.)
Thanks - Any help would be appreciated.