Kod na stronie html
Kod w pliku php
<?php $adres="xxxx@o2.pl"; $temat="Dane z Formularza"; $tresc="Tresc wiadomosci:\n$_POST[text]\nWyslal: $_POST[name]\ne-mail: $_POST[email] \ntelefon: $_POST[phone]"; $nadawca="From: $_POST[name] <$_POST[email]>"; if(function_exists('mail')) { } else { } ?>