Delivered
Delivered is a set of 12 software engineering principles designed for web services to assure email deliverability and user engagement.
- Personalization: Send email headers and body which address both the sender and recipient by name.
- Trust: Comply with legislation and best practices for the type of email communication.
- Plain Text: Send a plain text welcome email to first-time recipients prior to any HTML emails.
- Reputation Warming: Gradually increase email volume to build sender reputation across domain, IP, and inbox.
- Email Authentication: Add SPF, DKIM, and DMARC records.
- Domain Verification: Add MX and TXT records.
- API-Driven: Send emails via email service APIs rather than SMTP.
- User Engagement Tracking: Enable open and click tracking.
- Real-time Event Monitoring: Acknowledge real-time status updates for the entire lifecycle of emails.
- Integrated Reporting: Generate transparent email deliverability reports.
- Centralized Logging: Stream email service logs from the application.
- Disaster Recovery: Restore undelivered emails.
An example system can be viewed here.
Delivered
tech@delivered.ws