PHP Pear Mail 測試程式

2021-06-04 12:45:55 字數 816 閱讀 2470

<?php

require_once 'mail.php';

$from = "=?gbk?b?".base64_encode("hello")."?=";

$to = "=?gbk?b?".base64_encode("qq")."?=<"."[email protected]".">";

$body = "郵件測試內容";

$host = "smtp.163.com";

$username = "hello";

$password = "hahahaha";

$port= 25;

$headers = array ('from' => $from,

'to' => $to,

'port' => $port,

'subject' => $subject,

'mime-version' => "1.0",

'content-type'=>"text/html; charset=gbk");

$smtp = mail::factory('smtp',

array ('host' => $host,

'auth' => true,

'username' => $username,

'password' => $password));

$mail = $smtp->send($to, $headers, $body);

if (pear::iserror($mail)) else

flush();

ob_flush();

?>

linux測試程式

stresslinux super pi prime mprime nbench cpuburn gamut mersenne prime stress cpu burn in memtester memtest86 memtest86 system stability tester bonnie ...

cgi測試程式

使用cgic庫的簡要 庫的函式說明 1.列印cgi標準輸出頭部 cgiheadercontenttype text plain 或者 fprintf stdout,content type text plain n n 紅色部分不能寫出 contenttype 否則瀏覽器顯示網頁會不正常。2.處理r...

程 序 測 試 規 範

程 序 測 試 規 範 第七章 安全測試 安全測試檢查系統對非法侵入的防範能力。安全測試期間,測試人員假扮非法入侵者,採用各種辦法試圖突破防線。例如,想方設法擷取或破譯口令 專門定做軟體破壞系統的保護機制 故意導致系統失敗,企圖趁恢復之機非法進入 試圖通過瀏覽非保密資料,推導所需信 許可權控制是否合...