Configuring an Account
Prerequisites
The sole prerequisite for nlsMailer is an existing mailing API service account. For the library, we support two: Mailgun and MS Graph API, with others such as Gmail in the works.
Configuring Mailgun
Instructions and guides for configuring mailgun can be found at: nolongerset.com
Configuring GraphAPI
Configuring GraphAPI is a much more complex and involved process than Mailgun, so we recommend beginners utilize Mailgun. Further, due to the complex process of integrating Mailgun, treat the GraphAPI as an experimental feature.
Prerequisites
Microsoft Azure
To utilize Microsoft Graph for email functionalities, you need an active Microsoft Azure account and access to Microsoft Entra (formerly known as Azure Active Directory).
Exchange Online
Sending emails can be done using either a shared mailbox or a regular user's inbox. Ensure that you have at least one valid license that includes Exchange Online.
Registering for Graph API
To begin utilizing the Microsoft Graph API for sending emails, follow these steps:
- Register an Application
- Visit the Microsoft application registration page.
- Sign in to the Microsoft Entra Center.
- Navigate to
Identity -> Applications -> App registrations
and create a new application. - Collect the Client ID and Tenant ID from the overview section.
-
Generate a new client secret under
Certificates & secrets
, noting down its value. -
Configure Permissions
- Under
API permissions
, add permissions for Microsoft Graph. - Select
Delegated permissions
and ensure that bothMail.Send
andMail.ReadWrite
are enabled.