View Single Post
  #2 (permalink)  
Old 04-16-2008, 05:51 PM
mono mono is offline
WebProWorld New Member
 

Join Date: May 2006
Posts: 23
mono RepRank 0
Default Re: (PHP) HTML entities in emails

You need to analyze the html entities that are getting sent to you and determine whether you want to place them in emails that go out as yours. For example, scripts, probably not. HTML tags... do you really want arbitrary ones in your emails? Personally I strip all tags. What sort of html things would you want to preserve?
Reply With Quote