Quote Originally Posted by Phill64
actually that character is included in ASCII, number 132

no need to use UTF8
system.web.mail uses US-ASCII, and that is only 7-bit not 8-bit.
seems like i might need to create my own smtp class, as the transfer-encoding cannot be changed (to Base64 or other).