TEmailServer-v4.2-Full-Source

所属分类:Email服务器
开发工具:Delphi
文件大小:355KB
下载次数:37
上传日期:2013-07-24 13:58:58
上 传 者miscellany
说明:  Delphi Email Server, SMTP Server Include Source Code

文件列表:
TEmailServer 4.2 Full Source\ctEmailServer.dcr (876, 2003-05-04)
TEmailServer 4.2 Full Source\ctEmailServer.dcu (30058, 2007-05-07)
TEmailServer 4.2 Full Source\ctEmailServer.pas (32701, 2004-06-22)
TEmailServer 4.2 Full Source\ctEmailThread.dcu (17645, 2007-05-07)
TEmailServer 4.2 Full Source\ctEmailThread.pas (25985, 2004-06-20)
TEmailServer 4.2 Full Source\ctMIME.dcu (79025, 2006-11-26)
TEmailServer 4.2 Full Source\ctMIME.pas (106415, 2004-02-18)
TEmailServer 4.2 Full Source\ctRegisterServer.dcu (689, 2007-05-07)
TEmailServer 4.2 Full Source\ctRegisterServer.pas (237, 2002-11-24)
TEmailServer 4.2 Full Source\ctUTIL1a.dcu (13884, 2007-05-07)
TEmailServer 4.2 Full Source\ctUtil1A.pas (17479, 2002-12-15)
TEmailServer 4.2 Full Source\ctUtil5A.dcu (7228, 2007-05-07)
TEmailServer 4.2 Full Source\ctUtil5A.pas (13153, 2003-05-11)
TEmailServer 4.2 Full Source\Delphi5ESPack.dpk (757, 2005-05-13)
TEmailServer 4.2 Full Source\Delphi5ESPack.res (1536, 2002-11-16)
TEmailServer 4.2 Full Source\Delphi6ESPack.dpk (752, 2005-05-13)
TEmailServer 4.2 Full Source\Delphi6ESPack.res (1612, 2002-11-16)
TEmailServer 4.2 Full Source\Delphi7ESPack.dcu (4193, 2007-03-08)
TEmailServer 4.2 Full Source\Delphi7ESPack.dpk (751, 2003-05-05)
TEmailServer 4.2 Full Source\Delphi7ESPack.res (1536, 2003-05-05)
TEmailServer 4.2 Full Source\Delphi7ESPack.stat (160, 2007-03-08)
TEmailServer 4.2 Full Source\Demos\Bulk Remailer Demo\ReMailer.dpr (263, 2002-12-05)
TEmailServer 4.2 Full Source\Demos\Bulk Remailer Demo\ReMailer.res (604, 2002-11-24)
TEmailServer 4.2 Full Source\Demos\Bulk Remailer Demo\ReMailer.stat (162, 2007-03-08)
TEmailServer 4.2 Full Source\Demos\Bulk Remailer Demo\Unit1.dcu (12749, 2007-03-08)
TEmailServer 4.2 Full Source\Demos\Bulk Remailer Demo\Unit1.dfm (3567, 2003-05-12)
TEmailServer 4.2 Full Source\Demos\Bulk Remailer Demo\Unit1.pas (10619, 2003-05-12)
TEmailServer 4.2 Full Source\Demos\Bulk Remailer Demo\Unit2.dcu (4675, 2007-03-08)
TEmailServer 4.2 Full Source\Demos\Bulk Remailer Demo\Unit2.dfm (1601, 2003-01-29)
TEmailServer 4.2 Full Source\Demos\Bulk Remailer Demo\Unit2.pas (1063, 2003-01-28)
TEmailServer 4.2 Full Source\Demos\Customizing Each Message\Customizing.dpr (191, 2003-01-28)
TEmailServer 4.2 Full Source\Demos\Customizing Each Message\Customizing.res (428, 2003-01-28)
TEmailServer 4.2 Full Source\Demos\Customizing Each Message\Unit1.dfm (1902, 2003-01-28)
TEmailServer 4.2 Full Source\Demos\Customizing Each Message\Unit1.pas (4976, 2003-02-02)
TEmailServer 4.2 Full Source\Demos\EML Mail Sender\EMLsend.dpr (187, 2002-12-25)
TEmailServer 4.2 Full Source\Demos\EML Mail Sender\EMLsend.res (428, 2002-12-24)
TEmailServer 4.2 Full Source\Demos\EML Mail Sender\EMLsend.stat (162, 2006-11-26)
TEmailServer 4.2 Full Source\Demos\EML Mail Sender\Unit1.dcu (8612, 2006-11-26)
TEmailServer 4.2 Full Source\Demos\EML Mail Sender\Unit1.dfm (3328, 2003-01-04)
TEmailServer 4.2 Full Source\Demos\EML Mail Sender\Unit1.pas (5000, 2003-01-04)
... ...

================================================================================ TEmailServer (R) Version 4.0 Copyright (C) 19*** - 2003 CitiSoft All Rights Reserved TEmailServer is a built-in SMTP server that can simultaneously validate or verify email addresses and send multiple email messages. TEmailServer is an ideal component for building email address validator/verifier of bulk mail sender applications. As long as you have an internet connection, you can send emails from anywhere in the world. You do NOT need any external SMTP server or mess with login password to send emails messages. With advance and stable multi-threading operations, TEmailServer enables you to create multiple connections. Depending on your connection speed and bandwidth, you may be able to create as many as 50 (or more) connections simultaneously. This will enable you to validate email addresses or send email messages at a fast speed. Improved mail sending capabilities enable you to send plain text, html, EML messages and embedded graphic html. ============ Installation ============ UNZIP the file with pkunzip -d option to restore files. The zip file contains sub-directories. .\Delphi 5 Delphi 5 components .\Delphi 6 Delphi 6 components .\Delphi 7 Delphi 7 components .\demos Delphi demo applications Delphi 5 1. Uninstall any previous version of TEmailServer from Delphi. 2. Copy all the files from the D5 directory to your directory of choice. 3. Start Delphi and select the File | Open command and open Delphi5ESPack.dpk. On the package dialog, click COMPILE and then INSTALL. The component will be installed in the CitiSoft tab. 4. Select the Tools | Environment | Library | Library Path and include in the Library Path the directory where the *.dcu are located. Delphi 6 1. Uninstall any previous version of TEmailServer from Delphi. 2. Copy all the files from the D6 directory to your directory of choice. 3. Start Delphi and select the File | Open command and open Delphi6ESPack.dpk. On the package dialog, click COMPILE and then INSTALL. The component will be installed in the CitiSoft tab. 4. Select the Tools | Environment | Library | Library Path and include in the Library Path the directory where the *.dcu are located. Delphi 7 1. Uninstall any previous version of TEmailServer from Delphi. 2. Copy all the files from the D7 directory to your directory of choice. 3. Start Delphi and select the File | Open command and open Delphi7ESPack.dpk. On the package dialog, click COMPILE and then INSTALL. The component will be installed in the CitiSoft tab. 4. Select the Tools | Environment | Library | Library Path and include in the Library Path the directory where the *.dcu are located. After installation, you can try out the Demo projects. ================ WHAT'S NEW ================ - Version 4.0 ( Released on May 5, 2003 ) Add EML sending capability in addition to text and HTML messages. Add capability to send HTML with embedded graphics. - Add HOST property so that user can use internal or external SMTP host. - Add UserName and Password since some external smtp server require authentication. ================ Warranty Disclaimer ================ PLEASE READ THE LICENSE.TXT =============== Registering =============== This program is released as shareware. Please see help file on Purchasing Info. You can also visit our website to register: http://chithai.com/delphi/esregister.htm =========== Pricing =========== TEmailServer (No source code) $32.00 ** TEmailServer (With Source code) $45.00 ** * * Prices in USD =============== Contact =============== http://www.chithai.com/delphi/es.htm e-mail: support@chithai.com

近期下载者

相关文件


收藏者