hello
now i have created test php script for mail testing
i ahve hardcoded all the vars, from and to
php code is following:
$from_name="admin";
$from = "admin@bizon.x10.bz";
$to="zzma@inbox.ru";
$mailbody="test message";
$subject="test from new host";
$headers = "Content-type: text/html...