Home

  About me

  Links

  Contact me

  Disclaimer

  Impressum

Products


  - mv_Menu

  - Color-TV

  - db-Mutex

  - Form-Factor

  - OL-Plus package

  - URL-Download

  - Drop-Target

  - VdB_Mail

VdB-Mail

Almost every application nowadays has a feature to communicate via email. We dbase programmers depend either on the presence of an email programm like Outlook, Outlook Express or Thunderbird (there are many more), or on external packages like Funcky or Marshall-Soft. The VdB-Mail class is another way to implement mailing-features in your dbase application.

The functionality is implemented as a .NET-COM object, so it depends on the .Net framework at least in version 2.0. You need to register it on your machine and you can use it as an oleautoclient from within dbase...

Features :

- multiple receipients just call the add_to method to add an address to the list. 
- multiple CC.
- multiple BCC.
- multiple attachments. 
- set priority. 
- set read/receive receipts.
- set a replyto-address.
- text or html body.

The email is sent via the send-method. To be able to do this, you need to set the mails smtp-properties like the following

SMTP-properties

- Host Name of your SMTP-Server (smtp.googlemail.com)
-Port outgoing port (25,587,...)
-SSL true or false, wether your mail provider supports SSl or not
-User if you need to authenticate, you can set the username and password
-Password see user

If you have questions or if you encountered bugs, please drop me a note, here or in the Newsgroups.

The zip-file (21 KB) contains everything, that is necessary to use the class in dbase : unzip it in a folder, run the batch file to register it and see the mailsample.prg on how to use it...

Web site and all contents © Copyright Marc Van den Berghen 2010, All rights reserved.