I'm using the send email control template to send some email from my web server.
I'm lacking accented character in the email
so I added the line
ThisSendEmail.OptionsMimeTextCharset = 'UTF-8'
however I still get no accented characters..
I changed it to 'iso-8859-1' and it works fine, but why won't UTF-8 work?
Best Regards...
Roberto Renz