PHP處理postfix郵件內容的方法

2022-10-04 12:09:11 字數 711 閱讀 4506

<?php //從輸入讀取到所有的郵件內容

$email = "";

$fd = fopen("php://stdin", "r");

while (!feof($fd))

fclose($fd);

//記錄所有的內容,測試

file_put_contents("/tmp/mail/".time(), $email);

//處理郵件程式設計客棧

$lines = explode("\n", $email);

// empty vars

$from = "";

$date = "";

$subject = "";

$message = "";

$splittingheaders = true;

for ($i=0; $i資料庫

$sql = "insert into mails (程式設計客棧 `username`, `from`, `subject`, `date`, `message`) values ( '$www.cppcns.comusername', '$from', '$sub', '$when', '$message')";

//測試

file_put_contents("/tmp/mail2.log", $sql);

?>

本文標題: php處理postfix郵件內容的方法

本文位址:

postfix郵件列表

郵件列表 mailing list 提供了一種便利的管道,讓使用者只要寫乙個收件位址 只寄一次郵件,即可讓許多人收到同一封郵件。就使用者的感受而言,乙個郵件列表就好像是一群人共同的郵件位址。相較於對同一封郵件指定多位收件人的方式,以伺服器為基礎的集中管理式郵件列表有許多優點。如果你經常寄信給同一群人...

開源postfix郵件部署服務

yum y installpostfix yum y installdovecot yum y installcyrus imapd yum y installsaslauthd yum y install squirrelmail service sendmailstop chkconfig se...

postfix配置rails接收郵件

用rails和postfix處理郵件接收的方法 這裡寫的是,postfix的使用方法。1.postfix的安裝 aptitude install postfix class kaerumailman actionmailer base def receive email endend 3.etc p...