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.

OAuth Success Name

When using Google / Gmail OAuth, the OAuth Success Name field lets you specify the name shown to the user on the Google success page after authorization completes successfully.

This is useful when you want the post-login success page to display your product name, company name, or application name instead of a more generic label.

Example:

'My Mail Utility'

Enter the value in quoted form, the same way you enter the Google client values.

This setting is used for the Google success page presentation only. It does not replace your Google Client ID or Google Secret.

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