Audio & Video
Business
Communications
Desktop Enhancements
Drivers
Education
Games
Graphic & Design
Home & Hobby
Mobile Phones
Network & Internet
Screen Savers
Security & Privacy
Servers
Software Development
Active X
Basic, VB, VB DotNet
C and C++ Tools & Components
Compilers & Interpreters
Components & Libraries
Databases & Networks
Debugging
Delphi Tools & Components
Help File Tools
IDEs & Coding Utilities
Java
Management & Distribution
Misc. Programming Tools
PowerBuilder Tools & Components
Registration Tools
Setup Utilities
Source Editors
Specialized Tools
Utilities
Web Development

New Downloads
InventoryBuilder 2.9
EFax 1.0
FormZila 2.1.1.3
Turn Off Monitor 3.8
Easy Time Control Express 4.2.117
Aunsoft FLV Converter 1.0.1.4
ACA WebThumb ActiveX 1.20
Around the World in 80 Days 1.1
BatchPhoto Pro 2.1.4
Smart Diary Suite 4.2.0
 
Top Downloads
Quick Slide Show 2.01
16536 download (Shareware)
OnLine TV Live 6.3.11
10758 download (Freeware)
Send Free SMS Messages to Mobile Phones 1.01
9551 download (Freeware)
FREE PHONE 2.0.0.0
8456 download (Freeware)
NokiaFREE unlock codes calculator NokiaFREE3.exe
7544 download (Freeware)
Wireless WEP Key Password Spy 1.0
6211 download (Demo)
Mobile Phone Tools 4.04
6174 download (Shareware)
Universal Simlock Remover 1.09
5021 download (Freeware)
UnlimitedPS2Games 5.844
4601 download (Shareware)
Cafe English 1.0
3812 download (Shareware)
 
Top Rated
Send Free SMS Messages to Mobile Phones 1.01
OnLine TV Live 6.3.11
Mobile Phone Tools 4.04
Wireless WEP Key Password Spy 1.0
NokiaFREE unlock codes calculator NokiaFREE3.exe
Quick Slide Show 2.01
Internet Download Manager 5.09.5
Cafe English 1.0
Universal Simlock Remover 1.09
Bus Driver 1.0
 
Popular Tags
Win Ftp Lite
Xp Ram Lite
Dnc Lite
Ide Lite Sql
Rm Ram Lite
 

Latest News
To-do list per Windows con sub-tasks: ToDoList di AbstractSpoon - Italia SW

Italia SW, Italy - Oct 3, 2008
Ritorniamo quest
Programy ZDARMA na CD-DVD - PC World

PC World, Czech Republic - Sep 25, 2008
Nechybí samoz
SnapFiles: Descarga gratis el mejor software, shareware y freeware - Nodos.com

Nodos.com, Spain - Sep 12, 2008
... para elegir el tipo de software verás en la parte superior derecha unas pestañas verdes que señalan
iPhone free for all - Stuff.co.nz

Stuff.co.nz, New Zealand - Sep 7, 2008
Overall, the freeware/shareware businesss is pretty fair. Return for the developer ranges from peer praise to sale of the full-featured application. ...
How iTunes could become the ultimate DVD ripper--and why Apple won ... - CNET News

CNET News, CA - Sep 8, 2008
Indeed, there are plenty of freeware/shareware programs that can rip your DVDs into an iTunes-optimized format, at the resolution of your choosing, ...
Lifehacker Readers' Free Replacements for Paid Tools - Lifehacker

Lifehacker, CA - Sep 9, 2008
Besides any freeware alternatives you don't see in this article or its predecessor, what paid-for software can you just not give up? ...
Babya drops EULA and other license agreements - PRMinds (press release)

PRMinds (press release), France - Sep 21, 2008
A industry first, Babya is the only software developer to completely do away with shareware,freeware and comnercial software and EULA license types, ...
W3i's Unique Windows Installer System and Three Ways to Get More ... - MarketWatch

MarketWatch - Sep 9, 2008
Solutions include: software marketing for shareware and freeware, software bundling and ad-supported installations. The three Weber brothers, owners of W3i, ...
No need to pirate these free classics - UConn Daily Campus (subscription)

UConn Daily Campus (subscription), CT - Oct 2, 2008
... be able to pirate free software! You'll see me ruined." "Why should I? Don't you realize how many classic games there are, labeled freeware or shareware ...
Through the mirror backwards: p2pnet interview - p2pnet.net

p2pnet.net, Canada - Oct 4, 2008
It currently has more than 380 freeware and shareware applications listed and there have been more than two million downloads for virtually no bandwith. ...
 

Downloads RSS
RSS XML
MY Yahoo
Add to Google
Add to MSN
My AOL
News Geter
Rojo
Bloglines
My Feedster
Navigation: Home / Software Development / Components & Libraries

HS SMTP Lite v1.0


HS SMTP LITE is a software library in C (supplied with full source code) which implements the client side of Simple Mail Transfer Protocol (SMTP) over TCP socket layer according to RFC 821. Support for transfer of basic message header and text is provided

To send a text email message to any address on the internet, the user application calls a single function HsSmtpSendMail, specifying mail server name or IP address, sender address, recipient address, message text buffer and length, subject, cc and an event callback function to use for reporting of operation result and server errors.

HS SMTP library then resolves the server name, connects to it and transmits the message according to SMTP RFC 821 protocol. HS SMTP Library incorporates the necessary state machine, transparency procedures, and server response processing required to comply to a simple and robust SMTP client implementation.

Modular design makes it easy to port HS SMTP protocol module to any environment. HS SMTP internally at a lower layer interfaces to HS Sock library which provides TCP transport services. User application need not worry about Winsock - HS SMTP does all transmission, reception and event handling over socket layer.

Features
-SMTP Client Operation
-Server name resolution
-Supports up to 5 contexts
-Message Header Transfer
-Message Text Transfer
-Asynchonous Operation

Customization: Hillstone Software provides additional services for customization, porting and integration of the library code to better suit the needs of your products

API summary
-HsSmtpInit
-HsSmtpDestroy
-HsSmtpTick
-HsSmptSendMail
-HsSmptAbortMail

Type:  Demo
Price: USD $0.00
Tags:  Smtp, Rfc821, Email, Tcp, Winsock, Protocol Module, C Source Module, Protocol Library, C Source Library
Download Homepage Report Broken Link
User rating: 5 Stars5 Stars5 Stars5 Stars5 Stars
Voted: 1 users
Vote:
Downloaded 22 times
Zoom Screenshot
Software Info
Released: July 18, 2006
Filesize: 76.0 KB
Language: English
Platforms: Windows 95, Windows, Windows 98, Windows Me, Windows XP, Windows NT, Windows 2000, Windows 2003
Requrements: Win98/95/XP/NT/2000
Install: Install
Related Software
HS TFTP C Source Library 1.0 download by Hillstone Software
HS TFTP is a software library in C (supplied with full source code) which implements Trivial File Transfer Protocol (TFTP) over UDP socket layer according to RFC 1350. Support for client and server side for both file get and put are provided. Optional
Download
HS FTP Client C Source Library 1.0 download by Hillstone Software
HS FTP is a software library in C (supplied with full source code) which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse
Download
HS NTP is a software library in C (supplied with full source code) implements the client side of Network Time Protocol (NTP) over UDP socket layer according to RFC1769 and RFC1305. HS NTP C Source Library 1.0 download by Hillstone Software
HS NTP is a software library in C (supplied with full source code) which implements the client side of Network Time Protocol (NTP) over UDP socket layer according to RFC1769 and RFC1305. HS NTP Library allows a user application to synchronise local system
Download
HS POP3 Lite is a software library in C (supplied with full source code) which implements the client side of Post Office Protocol Version 3 (POP3) over TCP socket layer according to RFC 1939. HS POP3 Lite 1.0 download by Hillstone Software
HS POP3 Lite is a software library in C (supplied with full source code) which implements the client side of Post Office Protocol Version 3 (POP3) over TCP socket layer according to RFC 1939. Among other features, the library supports user authentication
Download
HS XMODEM is a software library in C (supplied with full source code) that provides a programmer with the off-the-shelf support for XMODEM protocol data transfer capability. HS XMODEM C Source Library 1.1 download by Hillstone Software
HS XMODEM is a software library in C (supplied with full source code) that provides a programmer with the off-the-shelf support for XMODEM protocol data transfer capability. Support for both sender and receiver are provided. Other features include 1024
Download
HS X. HS X.25 (with RFC1613 XOT) C Source Library 1.2 download by Hillstone Software
HS X.25 is a software library in C (supplied with full source code) which implements ITU-T recommendation X.25 - Interface between Data Terminal Equipment (DTE) and Data Circuit-terminating Equipment (DCE) for terminals operating in the packet mode and
Download
HS Crypto C Source Library 1.0 download by Hillstone Software
HS Crypto is a software library in C (supplied with full source code) which offers a programmer an API to several data encryption / decryption algorithms. Implemented methods include the use of 2 either pre-defined or dynamically generated translation
Download
HS X. HS X.25 C Source Library 1.0 download by Hillstone Software
HS X.25 is a software library in C (supplied with full source code) which implements ITU-T recommendation X.25 - Interface between Data Terminal Equipment (DTE) and Data Circuit-terminating Equipment (DCE) for terminals operating in the packet mode and
Download
The SocketTools Library Edition API has over 800 functions which can be used to develop applications that meet a wide range of needs. SocketTools Library Edition 5.0 download by Catalyst Development Corporation
The SocketTools Library Edition includes standard Windows dynamic link libraries (DLLs) which can be used in a wide variety of programming languages such as Visual Studio.NET, Visual C++, Visual Basic and Delphi. The SocketTools Library Edition API has
Download
HS Compress C Source Library 1.0 download by Hillstone Software
HS Compress is a software library (supplied with full C source code) which provides a programmer with a lossless compression / decompression algorithm based on RLE (runtime length encoding) The library may be used in telecommunications application or
Download
Most popular Components & Libraries
Create your own biometric face recognition security for Windows. Face Recognition ActiveX DLL 1.1 download by Research Lab Inc
Create your own biometric face recognition security for Windows using VC++ or VB. Advanced face recognition DLL using two functions : Train and Recognize. Uses neural net back propagation algorithm with more Artificial Intelligence tools added for imaging
Download
FusionCharts Free is a flash charting component that can be used to render data-driven & animated charts for your web applications and presentations. FusionCharts Free Free download by InfoSoft Global (P) Ltd.
FusionCharts Free is a flash charting component that can be used to render data-driven & animated charts for your web applications and presentations. It is a cross-browser and cross-platform solution that can be used with ASP.NET, ASP, PHP, JSP, ColdFusion