Re: Does SMIME support html content
On Wed, Jan 29, 2003, marcus.carey wrote: > Is it possible to send html content using SMIME_write_PKCS7()? Well if you mean can the signed or encrypted data be HTML or indeed any other type then yes. You have to supply your own MIME headers and pass the data to PKCS7_sign() or PKCS7_encrypt() as
Does SMIME support html content
Is it possible to send html content using SMIME_write_PKCS7()?