I have a filespace monitoring script that places results to an html file. I would like to send this .html file so that it displays in the body of an email. This would be from HP11 to Outlook.
I previously used mailx to send a text file, now sending the html file just shows the contents of the file in the email body. Excerpt
mailx -s "DISKSPACE.SH -- `date`" user@company.com < $EMAIL)
Any help is greatly appreciated.
Thanks in Advance.
Boot
I previously used mailx to send a text file, now sending the html file just shows the contents of the file in the email body. Excerpt
Any help is greatly appreciated.
Thanks in Advance.
Boot