сам пхп файлик
$tables = file_get_contents('/home/chr/public_html/tech/table_dump.php');
//echo $tables;
$headers = "From: admin@chr.com \r\n";
$headers .= "Content-Type: text/html; charset=ISO-8859-1 ";
$headers .= "MIME-Version: 1.0 ";
mail("mobile@chr.com", "Tech for Today", $tables, $headers);
mail("tuser@icl.com", "Tech for Today", $tables, $headers);
?>
задача в кроне
php -q /home/chr/public_html/tech/email.php
Комментариев нет:
Отправить комментарий