Hi
I need a perl script to send me a mail, I working on a HP-unix system
Tha mail content should be the contens of a file on the server - and the subject should be a text plus $ARGV[2]
If it where .ksh I'd probaly do something like this.
cat /file.txt | mailx -s "text $3" mail@adr.com
Thanks
Lars
I need a perl script to send me a mail, I working on a HP-unix system
Tha mail content should be the contens of a file on the server - and the subject should be a text plus $ARGV[2]
If it where .ksh I'd probaly do something like this.
cat /file.txt | mailx -s "text $3" mail@adr.com
Thanks
Lars