国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

基于asp實現(xiàn)的郵件收發(fā)系統(tǒng).doc

約27頁DOC格式手機打開展開

基于asp實現(xiàn)的郵件收發(fā)系統(tǒng),基于asp實現(xiàn)的郵件收發(fā)系統(tǒng)目錄摘要i1前言12正文22.1設(shè)計的目的和意義22.2目標與總體方案22.2.1 目標22.2.2 總體方案22.3設(shè)計方法和內(nèi)容22.3.1課程簡介22.3.2 郵件發(fā)送系統(tǒng)網(wǎng)頁程序的功能22.3.3 詳細設(shè)計內(nèi)容22.3.3.1 數(shù)據(jù)庫設(shè)計22.3.3.2數(shù)據(jù)庫表關(guān)系42.3.3.3 ...
編號:20-148692大小:431.00K
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 cb_carlos 發(fā)布

基于ASP實現(xiàn)的郵件收發(fā)系統(tǒng)


目錄

摘要 I
1前言 1
2正文 2
2.1設(shè)計的目的和意義 2
2.2目標與總體方案 2
2.2.1 目標 2
2.2.2 總體方案 2
2.3設(shè)計方法和內(nèi)容 2
2.3.1課程簡介 2
2.3.2 郵件發(fā)送系統(tǒng)網(wǎng)頁程序的功能 2
2.3.3 詳細設(shè)計內(nèi)容 2
2.3.3.1 數(shù)據(jù)庫設(shè)計 2
2.3.3.2數(shù)據(jù)庫表關(guān)系 4
2.3.3.3 存儲過程 4
2.3.3.2系統(tǒng)設(shè)計 5
2.3.3.2.1 系統(tǒng)模塊 5
2.3.3.3 郵件發(fā)送相關(guān)知識 6
2.3.3.3.1 郵件發(fā)送的技術(shù)實現(xiàn) 6
2.3.3.4 安裝SMTP服務(wù) 8
2.3.3.5配置SMTP服務(wù) 8
2.3.3.6業(yè)務(wù)邏輯層 8
2.4 系統(tǒng)實現(xiàn) 11
2.4.1母板頁 11
2.4.2 公共類 11
2.4.3 郵件列表 12
2.3.3.8 郵件發(fā)送 16
2.5結(jié)論 19
3有關(guān)說明 22
4致謝 23
參考文獻 24
 


摘要
電子郵件在當今社會中扮演了一個很重要的角色。越來越多的人在使用它。而且用它的人數(shù)勢必會繼續(xù)增加。雖然,現(xiàn)在已經(jīng)有很多的郵件收發(fā)軟件例如著名的FoxMail 但是對于大多數(shù)的非專業(yè)的人來說它還是有點難度稍嫌負責。因此,我們就利用SMTP和Pop協(xié)議從底層開發(fā)了這個軟件。SMTP全稱是簡單郵件傳輸協(xié)議,它專門用來發(fā)送郵件用的。Pop全稱是郵局協(xié)議,是專門用于接收郵件的。我主要是負責如何實現(xiàn)發(fā)送郵件功能的。MailSend命名空間是我整個程序的核心。它包括兩個類。在SmtpMail的類中包含了一個SendMail的方法,它從底層詳細地實現(xiàn)了和服務(wù)器的交互操作。你既可以用它發(fā)送一個純文本郵件,也可以發(fā)送一個帶有附件的郵件,理所當然地,你也可以使用不同的SMTP服務(wù)器。經(jīng)過測試,證實此軟件是一個支持多收信人,多附件的群發(fā)軟件。雖然它沒有FoxMail那么強大的功能,但是它容易掌握和使用。


關(guān)鍵字: SMTP,命名空間,類,附件
 

英文摘要
E-Mail play a very important role in modern times.More and more people are using it,and the number of it will larger and larger.Though there are a lot of software for sending and receiving letters such as FoxMail which are also multifunctional,it is difficult and complicated to the Most of people who are curbstone.For this reason,we do this software with the rock-bottom protocol of SMTP and Pop. The full name of SMTP is Simple Mail Transfer Protocol.It is Used to sending letters.The full name of Pop is Post Office Protocol which is Special to receive letters.I basically take charge to how to realize the function of sending letters. A namespace which is named MailSend is the soul of my programe.It includes two classes.A method named sendmial which realize the fuction step by step belongs to the class of SmtpMail. It detailedly note the track of client exchange to the server. You can use the software to send either a text E –Mail or a textE-mail with Attachments.You also can Send a letter to many addressee. In the nature of things,you can use a different SMTP service. The software I did support multiletters and multisender after I test.It is simplier than FoxMail and other professional softwares,but it is easy to hold and use.


Key Words:SMTP,nameSpace,Class,Attachment