1
Hi everyone.
Well, my problem is simple. I have an html mail message. The html tags are correctly stored, and in the database the "html" flag is set to 1. Everything correct until this.
Dumping the data with a print_r instruction i've seen the body of the message conteins the html tags i added to the mesage, and they are correctly rendered on screen.
But when i receive it on my gmail account, the html tags appear as rgular text.
What's wrong?