Log in

View Full Version : email app



techker
09-30-2009, 10:40 PM
Hey guys i need to know if there is a way to make a html email that includes mysql querys?

like i want to make a script that will send a description by email ?

or can i make a html page and include it in an email?

forum_amnesiac
10-04-2009, 10:52 AM
To create HTML emails I use FormMail from www.tectite.com.

It is a free PHP application and is very powerful, there are others available if you do a search.

I find this one to be well documented and has some great features.

As to including the results of MYSQL queries, I also do this.

I include these as hidden fields in my form, these can then be used in the HTML email

techker
10-04-2009, 04:59 PM
nice i will try it out.thx