We need to be able to send an email with cfmail to an email address that contains a latin a
with acute. I assume we'll eventually have to allow other Unicode characters too - a sample email address is foobár@example.com
. ColdFusion throws an error on this email address, which is technically valid. Since the acute a
is a UTF-8 character, and the default encoding for cfmail is UTF-8, I'm not sure what other settings I would need to enable to make this work. Is this possible?
The error I get is Attribute validation error for tag CFMAIL.
Detail: The value of the attribute to, which is currently foobár@example.com, is invalid.