heinzketchup
New Member
- Messages
- 25
- Reaction score
- 0
- Points
- 0
sorry to be such a nagger...
After i finally became an upgrade after 4 days of waiting... (thanks again to "christopher"->senior account manager!)
uploads work fine now but the mailing function still doesn't...
i use this script i posted by myself and used quite often:
http://forums.x10hosting.com/tutorials/75495-utf-8-encoded-php-mail-subject-umlauts-problem.html
i get until this part where the mail should be sent:
mail($MailTo, $subject, $msg, $headers);
if i write: "test" instead of $headers it works fine!!!
i checked everything with var_dump and everything should work!
thats the header:
$headers = "From: $from";
$headers .= "\r\n"; //(This is to write paragraphs windows conform...)
$headers .= "Content-type: text/plain";
$headers .= "\r\n\r\n";
PLEASE HELP...
After i finally became an upgrade after 4 days of waiting... (thanks again to "christopher"->senior account manager!)
uploads work fine now but the mailing function still doesn't...
i use this script i posted by myself and used quite often:
http://forums.x10hosting.com/tutorials/75495-utf-8-encoded-php-mail-subject-umlauts-problem.html
i get until this part where the mail should be sent:
mail($MailTo, $subject, $msg, $headers);
if i write: "test" instead of $headers it works fine!!!
i checked everything with var_dump and everything should work!
thats the header:
$headers = "From: $from";
$headers .= "\r\n"; //(This is to write paragraphs windows conform...)
$headers .= "Content-type: text/plain";
$headers .= "\r\n\r\n";
PLEASE HELP...