资源描述:
《基于jsp的邮件收发系统》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、计算机毕业设计参考论文(www.51bishe.com)摘要电子邮件(E-mail)是Internet上使用最广泛的服务之一,传统的Email应用模式基于C/S结构,即用户使用客户端的邮件收发工具(如Outlook、Foxmail等)与提供邮件服务的服务器(如163.net、263.net、371.net)通信,在使用客户端邮件工具之前,用户要进行一些必要的设置,如指定邮件服务器的主机地址和通信端口等,这些工作对刚开始上网的用户会有一定的困难,如果把E-mail和Web结合在一起,即通过Web编程和适当的系统设置,使用户仅仅以访问Web的方式就可以得到和使用完
2、整的邮件服务,这样将极大地方便上网用户,这种系统称为WebMail。WebMail是目前Internet上最受欢迎的服务之一,也是很多网站必备功能之一。另外WebMail同样也适用于企业或校园网的应用。此邮箱系统功能主要分为管理员管理和用户管理两大部分,管理员管理主要包括管理用户信息、删除用户、管理后台系统等;用户管理主要包括用户个人信息的管理、个人邮箱的管理等。该系统可以根据需求对功能进行扩展和完善。关键词:电子邮件,邮件服务,Web编程,WebMailIV计算机毕业设计参考论文(www.51bishe.com)AbstractTheE-mailisoneo
3、fthemostpopularservicesonInternet,traditionalE-mailapplicationmodeisbasedonC/Sstructure,usersusethemailofthecustomerendtoreceiveanddispatchtools(SuchasOutlook,Foxmail,etc.)andserver(suchas163net,263net,371net)communicationofferingmailservice,beforeusingthemailtoolofcustomerend,userw
4、ant,carryonsomeessentialestablishment,suchasappointmailhostcomputeraddressandcommunicationport,etc.ofserver,thesework,havesuredifficultiestouserssurfingtheNetattheverybeginning,ifcombineE-mailandWebtogether,i.e.setupthroughWebprogrammingandappropriatesystem,usethefamilytogetanduseth
5、eintactmailserviceinamannertovisitWebonly,willsofacilitatetheInternetusergreatly,thiskindofsystemwillbecalledWebMail.WebMailisoneofthemostpopularservicesonInternetatpresent,isoneoftheindispensablefunctionsofalotofwebsitestoo.InadditionWebMailissuitablefortheapplicationofenterpriseso
6、rcampusnetworktoo.Thismailboxsystemfunctionisdividedintoprimarilythemanagingpersonmanagestomanagewiththecustomertwobigpart,managingpersonthemanagementincludestomanagethecustomerinformation,deletethecustomerandmanagethebackstagesystemetc.primarily;Thecustomermanagementincludesmanagem
7、entetc.ofthemanagement,personalmailboxofthepersonalinformationincustomerprimarily.Keywords:TheE-mail,Mailservice,WebProgramming,WebMailIV计算机毕业设计参考论文(www.51bishe.com)目录摘要IAbstractII目录III第1章绪论11.1课题背景11.2论文的研究内容11.3软件的开发方法21.4系统开发环境的选取4第2章相关技术62.1目录结构62.2通用模块72.2.1数据库连接池72.2.2数据库封装72.
8、3配置站点与数据库连接82.4主要工具