I am building a web based application that allows me to send a monthly newsletter by e-mail to subscribers.
The application selects subscribers from a MySQL database depending on their category and sends an e-mail to them.
At the moment it works fine, but only in text format.
I would like to know how I pass the contents of my text area which is used in the e-mail form to a php variable so that I can convert it to html using the html_mime_mail stuff.
Unless someone knows an easier way to send html code from within my text area so that it's interpreted properly by e-mail clients.
I know that some clients don't display html that well, I just want to use very basic tags.
Thanks