Subject line and From address character limits
The subject line limit is 2000 characters and we have a 255 character limit for the From address.
For calculating the length we count the number of UTF-16 code points - unicode points in the range 0000 - FFFF are counted as 1, code points above that are counted as 2.