(I like the Heaven and Hell references!)
That shouldn't be a problem. You'll need to convert the dates to a string with formatting you choose, e.g. Format(me.date,"dd/mm/yy") will produce a string, e.g. "22/06/17".
So you create a string variable (e.g. strBody) and build it up.
StrBody =...