automatic email to respond users

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
 
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 :)
 
Alexei 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 :)
But also you may use this: http://www.php.net/mail
 
Back
Top