PDA

View Full Version : Solved: RTF to HTML for e-mail



Movian
04-22-2010, 07:51 AM
Hey,
i have a system setup where my database has a form that allows for an e-mail to be written up in Rich text. This information is then passed to a php script on a web server via post. The script then formats and sends out an HTML e-mail based on the information.

I have this setup to bypass the multiple security prompts that are received by going through outlook. What i am trying to find is a free way to convert the Rich text field to HTML so that the e-mails are correct when received.

Any help is appreciated.

Movian
04-23-2010, 08:57 AM
Never Mind, 24 hours later and i switched out the Rich Text field for an HTML text editor in the form. After a little tweaking and messing around with literal &'s i seem to have a viable working solution.