Search results

  1. Y

    mail settings

    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...
  2. Y

    mail settings

    hello, i have created test php script for testing mail now http://bizon.x10.bz/test.php i have hardcoded all the vars $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...
  3. Y

    mail settings

    thanks for so quick response i have problem with sending mail, i have tried mail() and smtp using my own smtp settings but it is not working ---------- Post added at 10:23 PM ---------- Previous post was at 10:20 PM ---------- my send mail function looks like function...
  4. Y

    mail settings

    how could i use mail sending on my site? should i use php mail() function or should i do it via smtp?
Top