[Hilo]How to use +KSMPTSND to send special character?

[Hilo] How to send email with some accented character by <AT+KSMPTSND>? For example to send some Italian and French words,

Answer: Take “éè” for example. (0x00E9 and 0x00E8):
AT+KSMTPTO="xxxx@sierrawireless.com","xxxx@163.com","",""
OK
AT+KSMTPSUBJECT= “11éè1111111”
OK
AT+KSMTPUL=1,4 —Simple email
+KSMTPUL: 1
CONNECT
<31 E9 E8 31>
OK —Then you may get “éè” characters in your email box. However it’s possible you see other words in email subject or content, it’s your SMPT/POP3 server make the transfer.