Setup FastClose Server to send email via Office 365

Setup FastClose Server to send email via Office 365

Register the Application in Microsoft Entra ID

  1. Go to Entra portalApp registrations → New registration

  2. Select Create Your Own Application

    Name the app (e.g., FastClose Email Sender)
    Click Create

    image


  3. Choose Supported account types: Single tenant
    Redirect URI: Not required
    Click Register

image

  1. Under Enterprise Applications
    Select the newly created Application and Click Single Sign On
    Click Go To Application
    Select the Overview tab

d2a60b21-e6b9-43c1-b953-42ff2077a374

Copy:

These will be used by your service to request OAuth tokens.

Create a Client Secret

  1. In your app → Certificates & secrets

  2. Click New client secret

  3. Set an expiration period (recommended 1 year)

  4. Copy the VALUE immediately — you cannot retrieve it later

You now have:

Assign API Permissions (Application Permissions)

You need Mail.Send (Application) — NOT delegated.

  1. App → API permissions

    0f6918e0-d81e-4601-b2c5-6b9aa822ed1f
  2. Add a permission → Microsoft Graph → Application permissions

  3. Add Mail.Send

    29a6bb68-e679-48b4-9499-9c3933c79a41

    Click Grant admin consent

Powered By