How can I send a Readonly grid data through Email
Discussion posts and replies are publicly visible
you can't, directly, but assuming the amount of data you're trying to send would be reasonable for an email to contain, you could query that data and manually construct the necessary HTML for a table which you embed in your email pretty simply.