how to view email notification statuses and errors in the Sage 300 People Database using SQL.
The Notification.Mail table stores all email notifications sent by the system. Each entry includes a status and an error comment if delivery fails. Status codes are:
- N = New
- D = Delivered
- E = Error
- S = Sending
The Comment column displays the error returned by the mail server, such as connection failures.
- In SQL Server Management Studio, expand Database.
- Expand Tables.
- Scroll down to Notification.Mail.
- Right-click and select Select Top 1000 Rows.
- Edit the query by adding:
ORDER BY DateCreated DESC - Check the Status column:
- E indicates a failed notification.
- Review the Comment column for the error details.
- Export the data to Excel or view it directly in SQL.

Our advanced payroll software helps you stay compliant and work smarter
Sage 300 People - our powerful HR, payroll and self-service solution designed to automate reporting, streamline compliance, and transform the way you work.
I want to know more
- Solution ID
- 210422100931577
- Last Modified Date
- Fri Aug 07 08:23:02 UTC 2026
- Views
- 0