Quantcast
Channel: Header about MIME email - Unix & Linux Stack Exchange
Viewing all articles
Browse latest Browse all 2

Header about MIME email

$
0
0

I want to send HTML email like this:

MIME-Version: 1.0
Content-type: multipart/alternative; boundary=lazuardi
--lazuardi

After that email. I have html email.

Content-type: text/html; charset=UTF-8
<html>
<body>
......
This is HTML message
</body>
</html>
--lazuardi

Then i also include plain text

Content-type: text/plain
this is plain text message
--lazuardi--

Am I wrong that I include header in my body.html? Where should I put the header? I using Mutt email client, everytime I send the email, mutt always give me this message: No boundary parameter found! [report this error]... Could not send the message.


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images