mail form sample

<?php header("Content-Type: text/html; charset=UTF-8"); mb_language("Japanese"); mb_internal_encoding("UTF-8"); if (mb_send_mail("from@example.com", "テストメール", "これはテストです。", "From: from@example.com")) { echo "メールが送信されました。"; } else { echo "メールの送信に失敗しました。"; } ?>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.