sending mails - problem
[code:1th28rkn]$mailcontent = 'name'.$name."\n".
'sender'.$sender."\n".
'subject'.$subject."\n".
'text'."\n".$tekst."\n";
[/code:1th28rkn]
this doesn't work properly. It sends mail but all the content is in message's head, there is nothing in body.
It suppose to send mail to me from a web site (html imput forms) and this part works well.
What is the problem here?