<?php error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED ^ E_STRICT); set_include_path(“.” . PATH_SEPARATOR . ($UserDir = dirname($_SERVER[‘DOCUMENT_ROOT’])) . “/pear/php” . PATH_SEPARATOR . get_include_path()); require_once “Mail.php”; $host …
Read More