HTML in RAW files

Posted on January 28, 2008
Filed Under MDaemon | 1 Comment

RAW files are, by design, plain-text only.  However, it is possible to insert HTML content as well.

In the “header” section of a RAW file, add the following line:

Header <Content-Type: text/html>

You can also experiment with other formats if you know how to construct multi-part MIME formatted messages manually.   This might get you started:

Header <Content-Type: multipart/alternative; boundary=”__PART_BREAK”>

Comments

One Response to “HTML in RAW files”

  1. yz! on March 23rd, 2010 4:55 am

    one question:

    ¿Do you have any problem with long body message?

    My body messages is cut down to 5000 characters.

Leave a Reply