(可带附件
代码如下 | 复制代码 |
"http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> // you might need to change this line, if you do not use // the default ports, 80 for normal traffic and 443 for ssl if($_server['server_port']!=443) echo '
?> |
send_private_mail.php文件
代码如下 | 复制代码 |
//create short variable names $to_email = 'luke@localhost'; // tell gpg where to find the key ring //write the user's text to the file //set up our command // execute our gpg command //delete the unencrypted temp file if($result==0) mail($to_email, $title, $contents, "from: $from "); message sentyour message was encrypted and sent. thank you.'; if($result!=0) error:your message could not be encrypted, so has not been sent. sorry.'; |
/*
*/
?>)