Forum Moderators: phranque
It can grow into a complicated discussion, but the simplest thing is to create a full html document, make sure you are sending content-type text/html (instead of text/plain) and use one of the following:
<body style="background:#e8e8e8">
<body style="background-color:#e8e8e8">
<body bgcolor="#e8e8e8"> (deprecated but supported)