It's nice to see all the support in this newsgroup. Hopefully I'll be a
contributor soon.
For now I'm hoping you could answer a question about the mail function in
PHP. When I use the mail command in my localhost, it's great. I can modify
the headers, use html tags, etc. But when I use it on my web space (1and1),
the header comes back as cgi-mailer-bounces-...@perfora.net , the header info
I entered, shows in the message (instead of the header) and the html tags
are displayed in the message as regular text.
Of course the php.ini file on my webspace is read only, so is there any php
commands I can use to override the display of the header and the use html
tags?
Any help would be greatly appreciated. Thanks and have a great day!
contributor soon.
For now I'm hoping you could answer a question about the mail function in
PHP. When I use the mail command in my localhost, it's great. I can modify
the headers, use html tags, etc. But when I use it on my web space (1and1),
the header comes back as cgi-mailer-bounces-...@perfora.net , the header info
I entered, shows in the message (instead of the header) and the html tags
are displayed in the message as regular text.
Of course the php.ini file on my webspace is read only, so is there any php
commands I can use to override the display of the header and the use html
tags?
Any help would be greatly appreciated. Thanks and have a great day!
Comment