Email Server in Delphi with POP3, SMTP, and IMAP Support - the new article provides a Mail server in Delphi, which delivers and relays outgoing E-mails to end-recipients across the Web.

 
This is a second article of the series, which introduces an updated GitHub project. A new graphic user interface allows users to configure the server, add new user accounts, manage SMTP, POP3, and IMAP protocols, and many more.
 
The article represents a fully functional multithreaded multi connection Email server, which works asynchronously in a thread pool, accepts the POP3, IMAP, and SMTP connections, delivers E-mails via the SMTP protocol, and relays outgoing E-mails to end-recipients across the Web. The SSL/TLS encryption is available, as well.
 
The Email Server is built based on the Clever Internet Suite library and uses the fast and stable classes: TclSmtpServer, TclPop3Server, TclImap4Server, and TclSmtpRelay.
 
 
Join us on   Facebook   Twitter   Telegram   Newsletter
 
 
Kind regards
Clever Components team
www.CleverComponents.com