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

    dbcf1bae-4df5-4fa3-b843-dbf0805e9e0e
    b3a45acd-321e-4195-946e-2efd8d91fbfe

    Name the app (e.g., MyService-Mailer)

  2. Supported account types: Single tenant

  3. Redirect URI: Not required

  4. Click Register

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 (1–2 years recommended)

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

You now have:

Then

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