Forum Moderators: open
I am currently trying to define a predefined body-text in a mailto: command under html.
Ideally I'd love to insert a complete html-table into the body-variable. rawurlencode under php works perfectly fine for translating the characters into the uri.
However, my outlook express mailclient automatically masks the html-tags. What can I do to present my customers the advantages of a correctly formatted table (product offer with sums and tax and discounts) instead of just soome ugly lines of text?
Any help is well appreciated.
First, it's going to be a pain to inject that much markup into the mailto: link. Secondly it may not get sent as an HTML email. Thirdly, there is an upper limit on the amount of data you can put into a mailto: link. This varies between browsers and is around the 1425 character length.
My advice would be to try and do this as a server side form to mail.