最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
附件readmail.asp
时间:2022-06-30 11:35:09 编辑:袖梨 来源:一聚教程网
<%@ LANGUAGE = "VBScript" %>
<%
If (Request.ServerVariables ("REQUEST_METHOD") = "POST") then
Name = Request.Form("name")
Email = Request.Form("ename")
else
' Assume it is GET
Name = Request.QueryString("name")
Email = Request.QueryString("email")
end if
If (Email = "") OR (Name = "") then
Response.Write "You have to supply name and email
"
Response.End
End If
Set objSession = Server.CreateObject ("CDONTS.Session")
objSession.LogonSMTP Name, Email
Set objInbox = objSession.GetDefaultFolder(1)
If objInbox Is Nothing Then
Set collMessages = Nothing
Response.Write "Can't get folder.
"
objSession.Logoff
Response.End
End If
Set collMessages = objInbox.Messages
If (collMessages.Count = 0) Then
Response.Write "
" (email: " & Email & ") does not have messages"
Response.End
objSession.Logoff
end if
Response.Write "
相关文章
- 《零之战线》尼古拉一世约会位置怎么找 06-16
- 《这城有良田》仓廪有实有哪些玩法 06-16
- 《元梦之星》枪械瞄准哪些方法效果更好 06-16
- 《桃花师》改名可行的方法有哪些 06-16
- SNORT币是骗局吗?2025币安交易所赚币攻略 06-16
- 如何交易5GASS币?2025OKX交易所高效攻略 06-16