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?
|