PHP Mail

Status
Not open for further replies.

dfire200822

New Member
Messages
3
Reaction score
0
Points
0
I recently tried to use a php script that would collect information from a form, organize it, and send it to an email address, but the script won\'t work. Then I looked more into and says that you must have php mail installed on your host. I can\'t find it! Do I have it?

Thank You!
 

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
Hello,

php mail() is enabled, but isn't a module as such. It needs to be called from a script.
Please note that there are known issues with sending messages to hotmail addresses. Also, the content-type header must be present and set to text/plain.

Thanks.
 
Status
Not open for further replies.
Top