Email Server Settings


Email Server settings configure SMTP or SendGrid delivery for Mini DBA alert notifications. Configure email before relying on alert delivery outside the console.

Mini DBA email server settings

Fields

  • Server Name: SMTP server hostname.
  • Port: SMTP port.
  • Enable SSL: whether to use SSL/TLS for SMTP.
  • User Name and Password: SMTP authentication credentials.
  • From Address: sender address for Mini DBA alert email.
  • To Address: default recipient address.
  • CC Address: optional copied recipient address.
  • Group Alert Emails: combine alerts where supported.
  • SendGrid API Key: optional SendGrid key instead of direct SMTP credentials.

Test Email Delivery

  1. Enter the email provider settings.
  2. Save the settings.
  3. Select Test.
  4. Confirm the test message is received.
  5. If it fails, check Service Log and verify credentials, ports, TLS settings, and web proxy settings.

Alert Routing

Use the default To and CC fields for simple environments. For team-based routing, configure alert recipients and recipient groups.

Email Delivery Guidance

Email is often the baseline alert channel because it creates a durable notification record. Configure email before relying on Mini DBA alerts outside the console, then send a test message and confirm it arrives in the expected mailbox.

For production environments, use a monitored sender address and a service account or provider token rather than a personal mailbox. Confirm SPF, DKIM, allow-listing, TLS, relay rules, and rate limits with your mail administrator. If using SendGrid, protect the API key like any other secret and rotate it through your normal process.

If test mail fails, check SMTP hostname, port, TLS mode, credentials, proxy requirements, provider logs, and Service Log. Some providers block basic authentication or require application-specific passwords.

Email Server Settings FAQ

Should I use SMTP or SendGrid?

Use the delivery method approved by your organization. SMTP is common for internal relay; SendGrid is useful for cloud-hosted email delivery.

Why did the test succeed but alerts do not arrive?

Check alert rules, recipient availability, groups, spam filtering, and whether the alert severity is routed to email.

Can email be used with Teams or PagerDuty?

Yes. Email can provide a record while Teams, Slack, or PagerDuty handle real-time visibility or escalation.

Related Pages