Insert background color in a row
问题 I have a file input.txt having below content: ENVIRONMENT SERVER APPLICATION STATUS Test Windows abcd Success Dev Linux wxyz Failed Prod Windows pqrs Success Test Ubuntu efgh NoValue And using below script I use to convert this file's content into tabular format and sending mail to people. $smtpServer = "abc.com" $smtpFrom = "don'treply@abc.com" $smtpTo = "sunny@xyz.com" $messageSubject = "bla_bla_bla" $message = New-Object System.Net.Mail.MailMessage $smtpfrom, $smtpto $message.Subject =