anyone know how to create custom headers using CDONTS or even CDO?
i need to send out emails from ASP in multipart/alternative format, so i need content type headers
Content-Type: multipart/alternative;
boundary="----$STRING"
etc. i cant find any way to do this
any help appreciated. thanks
i need to send out emails from ASP in multipart/alternative format, so i need content type headers
Content-Type: multipart/alternative;
boundary="----$STRING"
etc. i cant find any way to do this
any help appreciated. thanks