Home arrow Delphi-Kylix arrow Page 3 - Creating an SMTP Server
DELPHI-KYLIX

Creating an SMTP Server


A POP3 server only does half the job when it comes to email. In this article you will learn how to build an SMTP server.

Author Info:
By: Leidago
Rating: 5 stars5 stars5 stars5 stars5 stars / 17
May 08, 2006
TABLE OF CONTENTS:
  1. · Creating an SMTP Server
  2. · Setting the database connections
  3. · Optional
  4. · The Code
  5. · Conclusion

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Creating an SMTP Server - Optional
(Page 3 of 5 )

 

1. Create a text file. Give it any name you like.

2. Click on logfile, then go to the object inspector's "FileName" property and point to the location of a text file that you've created.

The reason for doing this is to see the communication between the pop3 client and your pop3 server. Also it makes it easy for you to debug.

GUI

We do not actually require a GUI for the server, but for debugging purposes it is useful, so I'm putting this in the optional section.

Add eight labels, a memo and two buttons, and arrange them to your liking. You should have something like this:


blog comments powered by Disqus
DELPHI-KYLIX ARTICLES

- Loading an XML Document into the DOM
- Delphi Wrapper Classes and XML
- Delphi and the DOM
- Delphi and XML
- Internet Access: Client Service
- Finishing the Client for an Internet Access ...
- The Client for an Internet Access Control Ap...
- User Management for an Internet Access Contr...
- Important Procedures for an Internet Access ...
- Server Code for an Internet Access Control A...
- Constructing the Interface for an Internet A...
- Building a Server Application for an Interne...
- Building an Internet Access Control Applicat...
- Client Dataset: Working with Data Packets an...
- Using the Client Dataset in an N-Tiered Appl...

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 6 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials