html-mail, content-type - TechRepublic
General discussion
May 28, 2002 at 04:19 AM
f.rodin

html-mail, content-type

by f.rodin . Updated 24 years, 1 month ago

I’m using a script that sends an e-mail.
The problem is that Entourage/Outlook shows
the mail in plain text. Below are the content-
type from the script. I’ve tried with different
modifications but it doesn’t work..
Does anyone know what to write to recieve the
mail in html? Thanks!

$content_type = “Content-Type: text/html\n\n”;

This discussion is locked

All Comments