| Home | All functions | Categories | OAuth |
To use vuMailKit, add the global extension template to your application.
The template is the normal place to:
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.
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:
Include vuMailKit.dll with your application at runtime.
The .lib file is used only at compile time.
| Home | All functions | Categories | OAuth |