Home arrow Delphi-Kylix arrow Page 2 - 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 - Setting the database connections
(Page 2 of 5 )

Click on adoconnection1 and go to the object inspector's properties tab. Then click on the ellipses button next to ConnectionString property. A dialog box should pop up (see below).

Make sure that "Use Connection String" is selected and click on build. Another dialog box should pop up (see below).

Select the "Microsoft.Jet.OLEDB.4.0" option and click next. A dialog box like the one below should appear:

The only thing you change on this dialog box is question number 1. Click on the ellipses button and go to where you've downloaded the database that I've included in this tutorial. DO NOT CHANGE ANYTHING ELSE IN THIS DIALOG BOX!

Click OK and OK again. On adoconnection1's properties tab, go to the "loginPrompt" and select "False." That's it!

Next, click on ado1's "connection" property in the object inspector and select "ADOConnection1." Do the same for q2 and we are done with the database set up!


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 1 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials