- 1. I'm looking to support Japanese versions of my forms so I need to display Japanese text in emails as html. Previously I've done this using But this just gets overwritten when the email is processed.
Code: Select all
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
Is there a way(preferably an easy one) to control charset, without changing too much code?
- 2. I also want to attach uploaded files to the emails, is this possible to do with the existing code?
Jim.