Send emails with Unicode characters using the embedded PHP or ASP form processor
(Dynamic HTML Editor 5.6+)
In Dynamic HTML Editor you can configure a FORM object in order to send emails to a defined account.

From version 5.6 is also possible to send emails with Unicode characters.

Setup the form as usual:
1- draw a form in your page
2- draw input fields into it
3- draw a button (the Send Email button) and set it as "Submit"
4- in the FORM properties configure the "PHP or ASP mail processor"

By pressing the "Send Email" button the page will send data to the defined email account using the default encoding.

If you need to use Unicode characters (or Japanese or other) simply configure the FORM "AcceptCharset" property (with for example UTF-8) and you're done.