Hello

Who can teach me how to send chinese(big5) mail via
cdonts, I search some information in internet that said
using objcursession.setlocaleids(950)method, but it can
not successful, who can tell me how to using and where to
using setlocaleids(950) method in the program is correct.
I show my some code below:

set objcursession=createobject("cdonts.session")
objcursession.setlocaleids(950)
objcursession.logonsmtp "dspname", [email]address@address.com[/email]
set session("cursession")=objcursession
.......
.......

THANK!!!!!!