Are you going to be sending the same report every time? In a macro use sendobject and select your report name, output format - Richtext.
If you are going to be using a different report every time, might be better to use VBA
DoCmd.SendObject acSendReport, "RepName", acFormatRichText
There are many sample databases already on the forum.