Download List

프로젝트 설명

libSmtpThread is a multi-threaded C++ library for
sending mail via SMTP. The library provides a
connection pool that initializes a set of threaded
SMTP connections. Emails can be pushed into the
pool, which accepts all mail and delivers them to
a free connection. The delivery to the SMTP server
is processed in a separate thread, so you don't
have to wait for mail to be accepted. It has been
successfully tested with Postfix.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-12-02 16:14
1.1.0

버그는 몇 가지 조건이 때 연결을 잃었지만 아래에서 무한 루프를 입력 libsmtpthread 인한 수정되었습니다. 일부 코드 optimizatons 만들어왔다. API를 클래스에 대한 "SMTPConnection": 몇 가지 오버로드된 생성자가 추가되었습니다 변경되었습니다.
Tags: Minor bugfixes
A bug has been fixed which caused libsmtpthread to
enter an infinite loop under some conditions when
a connection was lost. Some code-optimizatons have
been made. The API has changed for the class
"SMTPConnection": some overloaded constructors
have been added.

2007-11-01 13:55
1.0.0

Tags: Initial freshmeat announcement

Project Resources