Am sending the mail with command
(
echo "To: $ml_address"
echo 'From: Mxs <ml@gmail.com>'
echo "Subject: Report"
echo "mail body"
echo "$file_content"
) | /usr/sbin/sendmail -t
how to send url link using above command