OK. In that case, you might want to try using different email clients to see how each of them handles it. Also make sure you check the source, to see if the data is there.
I suggest you reformat your HTML, since it's buggy, which might cause it to render badly. Do not use HTML and BODY, your HTML message should only contain what is directly in the body, not the body itself. The second table row shows <r2c1 (which should be <r2c1 ), your parser might think this is an open HTML element which never closes. Also take a look at the r2c2, which is formatted as an element as well.