docs

Home All functions Categories OAuth

vuMailKit - Template Usage

To use vuMailKit, add the global extension template to your application.

Add the template

  1. Open your application in the Clarion IDE.
  2. Go to Global Extensions and click Insert.
  3. Type vuMailKit in the search box.
  4. Select the vuMailKit global extension entry and click Select.
  5. Click OK to close the Global Extensions window.

Typical template responsibilities

The template is the normal place to:

OAuth setup note

If you enable OAuth support in the vuMailKit global template, open the OAuth Settings tab and enter the provider values in quoted form.

Example format:

'client-string'

For Google / Gmail support, both the Google Client ID and Google Secret are entered this way.

For step-by-step provider setup instructions, see:

Deployment reminder

Include vuMailKit.dll with your application at runtime. The .lib file is used only at compile time.

Home All functions Categories OAuth