Email Logs
Overview
The Email Logs section provides a view of all emails sent through your account. Each log entry contains detailed information about the email's delivery status and content.
Viewing Logs
Dashboard Access
- Navigate to the Email Logs section in your dashboard
- View a table of all emails sent from your account
- Click on any email row to view detailed information
Log Entry Information
Each log entry displays:
- Sent time (formatted in your local timezone)
- Recipient email address
- Delivery status
Log Details Modal
When clicking on an email log entry, a detailed modal appears showing:
- Email subject
- Exact sending timestamp
- Delivery status
- Full email HTML content
Data Structure
Email Log Fields
| Field | Description | |-------|-------------| | sent_at | Timestamp when email was sent | | status | Current status of the email | | recipient | Destination email address |
Email Statuses
The following status values are tracked:
sent
: Email has been sent successfully
Security
- Email logs are company-specific
- Only authenticated users can access logs
- Users can only view logs for their own company
Technical Notes
- Timestamps are stored in UTC and converted to local timezone for display
- Email content is stored as JSON including HTML body and metadata
- Log entries are retrieved from the
email_logs
table in the database
For technical support with logs, please contact our support team.