h.php

来自「邮件原代码用socket编」· PHP 代码 · 共 30 行

PHP
30
字号
Return-Path: <someone@example.com> 
Date: Mon, 22 May 2000 19:17:29 +0000 
From: Someone <someone@example.com> 
To: Person <person@eksempel.dk> 
Message-id: <83729KI93LI9214@example.com> 
Content-type: multipart/mixed; boundary="396d983d6b89a" 
Subject: Here's the subject 

--396d983d6b89a 
Content-type: text/plain; charset=iso-8859-1 
Content-transfer-encoding: 8bit 

This is the body of the email. 

--396d983d6b89a 
Content-type: text/html; name=attachment.html 
Content-disposition: inline; filename=attachment.html 
Content-transfer-encoding: 8bit 

<html> 
<head> 
<title>The attachment</title> 
</head> 
<body> 
<h2>This is the attached HTML file</h2> 
</body> 
</html> 

--396d983d6b89a-- 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?