Configure email provider
Abomate can send emails (reminders, ticket notifications) via two methods. Configure your preferred provider under Settings → Email.
Option 1: SMTP
Classic email sending via an SMTP server:
| Field | Example |
|---|---|
| SMTP Host | smtp.office365.com, smtp.gmail.com |
| SMTP Port | 587 (STARTTLS) or 465 (SSL) |
| Username | Your email address |
| Password | App password or regular password |
Option 2: Microsoft 365 (Graph API)
Modern method via Microsoft Graph API – recommended for Office 365 customers:
| Field | Description |
|---|---|
| Tenant ID | Azure AD Tenant ID |
| Client ID | Azure App Registration Client ID |
| Client Secret | Azure App Registration Secret |
| Sender email | The mailbox to send from |
Advantage: With Microsoft 365 via Graph API no app password is needed. Authentication runs securely via OAuth2.
Send test email
After saving the configuration you can send a test email to verify the setup. Click the "Send test email" button.
Tip: If the test email does not arrive, check spam folders and make sure the credentials are correct.