Relative Content

Tag Archive for unix

HTML Content is not recognized in mail utility

I need to get a mail with HTML Structured and attachment with it but the below code is resulting only mail with HTML Script
#!/bin/bash
set -x # Enable debugging output
set +x # Disable debugging output
AWK=/bin/awk
CAT=/bin/cat
RM=/bin/rm
MAIL=/bin/mail
MKTEMP=/bin/mktemp