Skip to content Skip to sidebar Skip to footer
Showing posts with the label Shell

Send Email From Linux Server As Html - Content Type And Html Tags Also Visible In Email

I am trying to send an email as html. #!/bin/sh #MAIL_LIST='gangadhar.n@xx.com' MAIL_SEND… Read more Send Email From Linux Server As Html - Content Type And Html Tags Also Visible In Email

How To Convert Linux's Shell Output To Html?

is there any way to convert bash output to html ? for example if I had some colorized output in bas… Read more How To Convert Linux's Shell Output To Html?