যখন খুব সহজ কাজ করা যায় তখন মেক মানুষ কেন খুব বেশি কঠিন হন :)
//here is the pull from the form
$your_form_text = $_POST['your_form_text'];
//line 1 fixes the line breaks - line 2 the slashes
$your_form_text = nl2br($your_form_text);
$your_form_text = stripslashes($your_form_text);
//email away
$message = "Comments: $your_form_text";
mail("destination_email@whatever.com", "Website Form Submission", $message, $headers);
আপনার অবশ্যই স্পষ্টতই শিরোনাম প্রয়োজন এবং আরও ক্ষেত্র থাকতে পারে তবে এটি আপনার টেক্সেরিয়া যত্ন নিন