Email notifications
Defguard Core can send email notifications to users and admins for security events, enrollment flows, and account activity. For this feature to work, you must configure a connection to an SMTP (Simple Mail Transfer Protocol) server.
Notification kinds
Welcome message after enrollment: welcome message sent to the user after completing enrollment and activating the account
Support data: diagnostic data sent manually by an admin to Defguard support
Desktop client configuration: configuration link sent when an admin starts desktop client configuration for a user
User enrollment: enrollment link and token sent to user when admin triggers it in Defguard
New device added to your account: notification sent when a new device is added to the user's account
New device logged in to your account: notification sent when logging in from a new, unrecognized device/browser
New login to OIDC application: notification sent on the first login to an OpenID application
Multi-Factor Authentication activation: activation code sent when the user starts email MFA configuration
Multi-Factor Authentication {method} has been activated: confirmation that an MFA method has been activated
Multi-Factor Authentication code for login: MFA code sent on request during login
Password reset: password reset link sent when an admin initiates a reset or the user requests one in Edge
Password reset success: confirmation sent after a successful password reset
User import blocked: alert to admins when user import from LDAP/directory is blocked
User enrollment completed: notification to an admin when a user completes enrollment
Automatic Let's Encrypt certificate refresh failed: alert to admins when the automatic Let's Encrypt certificate renewal fails
Certificate expiration: warning to admins when a custom-uploaded HTTPS/TLS certificate (Core or Edge) is approaching expiration
Certificate has expired: alert to admins when a custom-uploaded HTTPS/TLS certificate (Core or Edge) has already expired
Configuration
To configure a connection to an SMTP server, go to Settings → Notifications → SMTP Configuration.

Then, select one of the configuration options by clicking Configure on the right side of a panel:

No Authentication: use this option for an SMTP server that doesn't require any authentication. Usually, this kind of server is protected with firewall rules and is not accessible outside an internal network.
Username and password: use this option for SMTP servers that require credentials to authenticate.
Google: use this option to send email notifications through Gmail; it requires OAuth2 authentication.
Microsoft: use this option to send email notifications through Microsoft 365 Exchange; it requires OAuth2 authentication.
Google and Microsoft features are available in Business and Enterprise plans. See the pricing page for details.
Below is the detailed information on how to configure each of the options.
No Authentication
This option requires the following:
Server address: IP address or domain name of the SMTP server.
Server port: port number of the SMTP server. Common values are
587(message submission),465(message submission over TLS), or25(SMTP relay).Sender email address: email address that will appear as the sender.
Encryption: choose from None, StartTLS, or Implicit TLS. Use Implicit TLS (port
465) or StartTLS (port587) whenever your server supports it; plain None should only be used on trusted internal networks.
Click Submit to confirm the settings.
Username and password
This option requires the following:
Server address: IP address or domain name of the SMTP server.
Server port: port number of the SMTP server. Common values are
587(message submission),465(message submission over TLS), or25(SMTP relay).Sender email address: email address that will appear as the sender.
Encryption: choose from None, StartTLS, or Implicit TLS.
Server username: username used to authenticate with the SMTP server.
Server password: password used to authenticate with the SMTP server.
If your mail provider uses two-factor authentication (e.g. a personal Gmail account), you may need to generate an app-specific password instead of using your regular account password.
Click Submit to confirm the settings.
This option uses OAuth2 to send email through Gmail. Before configuring it in Defguard, you need to create OAuth2 credentials in the Google Cloud Console:
Go to Google Cloud Console and open or create a project.
Navigate to APIs & Services → OAuth consent screen and configure the consent screen for your organization.
Go to APIs & Services → Credentials and click Create credentials → OAuth client ID.
Select Web application as the application type, and give it a Name.
Add the Defguard callback URL, in the form of
https://mydefguard/smtp-oauth-callback, to Authorized redirect URIs.Click Create and copy the generated Client ID and Client secret.
Publish app APIs & Services → OAuth consent screen → Audience → Publish app

Then fill in the following fields in Defguard:
Sender email address: Gmail address that will be used to send notifications.
Client ID: the OAuth2 Client ID obtained from Google Cloud Console.
Client secret: the OAuth2 Client secret obtained from Google Cloud Console.
Click Submit to confirm the settings. A pop-up window will appear asking you to sign in to your Google account and grant Defguard permission to send email on your behalf.
Microsoft
This option uses OAuth2 to send email through Microsoft 365 Exchange. Before configuring it in Defguard, you need to register an application in Azure Active Directory:
Go to Entra portal and navigate to Entra ID → App registrations.
Click New registration, give the app a name, and click Register.
After registration, note the Application (client) ID and Directory (tenant) ID shown on the overview page.
Go to Entra ID → App registrations → Certificates & secrets, select Client secrets tab, and click New client secret. Copy the generated secret value immediately — it will not be shown again.
Go to Entra ID → App registrations → API permissions, select the new app, and add the SMTP.SendAsApp permission under Office 365 Exchange Online.
Go to Entra ID → Enterprise apps, select the new app, and then go to Permissions. Click on grant admin consent for….
Then fill in the following fields in Defguard:
Sender email address: Microsoft 365 email address that will be used to send notifications.
Tenant ID: the Directory (tenant) ID of your Azure AD.
Client ID: the Application (client) ID of the registered app.
Client secret: the client secret value generated in Azure AD.
Click Submit to confirm the settings.
Testing
After saving the configuration, you can verify it works by sending a test email. Click ... next to the active configuration to expand the menu, then select Send test email. In the dialog that appears, enter the recipient’s email address and click Send email.
If the test email does not arrive, check the following:
Server address and port: confirm the host is reachable from the machine running Defguard Core and that the port is not blocked by a firewall.
Encryption mismatch: make sure the port and the encryption mode are consistent — for example, port
465requires Implicit TLS, while port587is used with StartTLS. Mixing these will cause the connection to fail or produce a TLS handshake error.Credentials: for the Username and password option, double-check the username and password. If your provider requires an app-specific password, make sure you are using that instead of your regular account password.
OAuth2 token: for the Google and Microsoft options, the OAuth2 token may have expired or been revoked. Re-open the configuration panel and go through the authentication flow again to obtain a fresh token.
Spam folder: the test email may have been delivered but filtered into the spam or junk folder.
Defguard Core logs: check the application logs for SMTP-related error messages, which will give the most precise indication of what went wrong.
Last updated
Was this helpful?