基于asp實(shí)現(xiàn)的郵件收發(fā)系統(tǒng).doc
基于asp實(shí)現(xiàn)的郵件收發(fā)系統(tǒng),基于asp實(shí)現(xiàn)的郵件收發(fā)系統(tǒng)目錄摘要i1前言12正文22.1設(shè)計(jì)的目的和意義22.2目標(biāo)與總體方案22.2.1 目標(biāo)22.2.2 總體方案22.3設(shè)計(jì)方法和內(nèi)容22.3.1課程簡(jiǎn)介22.3.2 郵件發(fā)送系統(tǒng)網(wǎng)頁(yè)程序的功能22.3.3 詳細(xì)設(shè)計(jì)內(nèi)容22.3.3.1 數(shù)據(jù)庫(kù)設(shè)計(jì)22.3.3.2數(shù)據(jù)庫(kù)表關(guān)系42.3.3.3 ...


內(nèi)容介紹
此文檔由會(huì)員 cb_carlos 發(fā)布基于ASP實(shí)現(xiàn)的郵件收發(fā)系統(tǒng)
目錄
摘要 I
1前言 1
2正文 2
2.1設(shè)計(jì)的目的和意義 2
2.2目標(biāo)與總體方案 2
2.2.1 目標(biāo) 2
2.2.2 總體方案 2
2.3設(shè)計(jì)方法和內(nèi)容 2
2.3.1課程簡(jiǎn)介 2
2.3.2 郵件發(fā)送系統(tǒng)網(wǎng)頁(yè)程序的功能 2
2.3.3 詳細(xì)設(shè)計(jì)內(nèi)容 2
2.3.3.1 數(shù)據(jù)庫(kù)設(shè)計(jì) 2
2.3.3.2數(shù)據(jù)庫(kù)表關(guān)系 4
2.3.3.3 存儲(chǔ)過(guò)程 4
2.3.3.2系統(tǒng)設(shè)計(jì) 5
2.3.3.2.1 系統(tǒng)模塊 5
2.3.3.3 郵件發(fā)送相關(guān)知識(shí) 6
2.3.3.3.1 郵件發(fā)送的技術(shù)實(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)實(shí)現(xiàn) 11
2.4.1母板頁(yè) 11
2.4.2 公共類(lèi) 11
2.4.3 郵件列表 12
2.3.3.8 郵件發(fā)送 16
2.5結(jié)論 19
3有關(guān)說(shuō)明 22
4致謝 23
參考文獻(xiàn) 24
摘要
電子郵件在當(dāng)今社會(huì)中扮演了一個(gè)很重要的角色。越來(lái)越多的人在使用它。而且用它的人數(shù)勢(shì)必會(huì)繼續(xù)增加。雖然,現(xiàn)在已經(jīng)有很多的郵件收發(fā)軟件例如著名的FoxMail 但是對(duì)于大多數(shù)的非專(zhuān)業(yè)的人來(lái)說(shuō)它還是有點(diǎn)難度稍嫌負(fù)責(zé)。因此,我們就利用SMTP和Pop協(xié)議從底層開(kāi)發(fā)了這個(gè)軟件。SMTP全稱(chēng)是簡(jiǎn)單郵件傳輸協(xié)議,它專(zhuān)門(mén)用來(lái)發(fā)送郵件用的。Pop全稱(chēng)是郵局協(xié)議,是專(zhuān)門(mén)用于接收郵件的。我主要是負(fù)責(zé)如何實(shí)現(xiàn)發(fā)送郵件功能的。MailSend命名空間是我整個(gè)程序的核心。它包括兩個(gè)類(lèi)。在SmtpMail的類(lèi)中包含了一個(gè)SendMail的方法,它從底層詳細(xì)地實(shí)現(xiàn)了和服務(wù)器的交互操作。你既可以用它發(fā)送一個(gè)純文本郵件,也可以發(fā)送一個(gè)帶有附件的郵件,理所當(dāng)然地,你也可以使用不同的SMTP服務(wù)器。經(jīng)過(guò)測(cè)試,證實(shí)此軟件是一個(gè)支持多收信人,多附件的群發(fā)軟件。雖然它沒(méi)有FoxMail那么強(qiáng)大的功能,但是它容易掌握和使用。
關(guān)鍵字: SMTP,命名空間,類(lèi),附件
英文摘要
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
TA們正在看...
- 設(shè)計(jì)師類(lèi)的辭職報(bào)告模板.doc
- 設(shè)計(jì)師類(lèi)的辭職報(bào)告范文.doc
- 設(shè)計(jì)師辭職報(bào)告優(yōu)秀范文.doc
- 設(shè)計(jì)師辭職報(bào)告怎么寫(xiě).doc
- 設(shè)計(jì)師辭職報(bào)告怎么寫(xiě)?.doc
- 設(shè)計(jì)師辭職報(bào)告模板.doc
- 設(shè)計(jì)師辭職報(bào)告范文.doc
- 設(shè)計(jì)師辭職報(bào)告范文.doc
- 設(shè)計(jì)部門(mén)員工的辭職報(bào)告.doc
- 設(shè)計(jì)院工作人員的辭職報(bào)告.doc