Hi,
i'm using openerp7, i have a requirement where a custom made email is needed to be sent to several employees. In that case i have used a loop to repeat the <tr> tags and at the end of the loop the head, body and end is joined n written to a text file. Then this text file is read n through the following mailing configurations it is been sent.
Then the mail successfully get sent but when it is received from the thunderbird or gmail the layout and records get dislocated like in the following,
But in the text file the html is generated perfectly once when it is copied and paste in online html reader it shows fine n perfect. But the received mail is not right.
Can i have any assistance on what and why this is happening?