Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hi all, does anybody knows how t

Status
Not open for further replies.

netcomander

Programmer
Jul 20, 2001
68
DE
hi all,

does anybody knows how to send html-emails?
So how should the header look like. Is there
anything else I have to think about?

thanks in advance

greetings
netcomander
 
Try:
Code:
mail(address,subject,content,"Content-Type: text/html; charset=iso-8859-1\r\n")
where content is your HTML string

Works fine for me

-Rob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top