A
Anonymous
Guest
I am a new php player. Is there a source to learn how to use php making a automatic email function to respond users with html version of the email? Thanks.
Fridriech Beckmann
Fridriech Beckmann
But also you may use this: http://www.php.net/mailAlexei Kubarev said:if you mean sending HTML emails with php: this is possible, all you need to do is define a content type and mime.. check out http://www.php.net/manual/en and navigate to mail()
you should be able to see some examples of this
almostAlexei Kubarev said:same thing