You have an error in your html that may affect it
<textarea name="message" rows="10" cols="20" id="message"></textarea></textarea>
it should be
<textarea name="message" rows="10" cols="20" id="message"></textarea>
In addition, this is not how the mail form is created. the mail sending function does not help at all
<form method='post' action='http://www.rainbowcode.net/apps_dev.php/profiles/mail'>
<textarea name="message" rows="10" cols="20" id="message"></textarea>
<br /><br />
<input type="submit" value="Send">
<input type="reset" value="Reset" name='reset'>
</form>
This should work
UPDATE:
, , . , :
<input name='mailid' type='hidden' value='somevalue' />