July 2016 Summaries
2 posts from Postmark
Filter
Month:
Year:
Post Summaries
Back to Blog
Wildbit launched Beanstalk in 2007, and it led to problems with missing emails and hassle in troubleshooting. To address these issues, Wildbit built Postmark, a platform that provides message history for 45 days, including basic info like events, text, HTML, and raw source of each message sent during this period. The message history starts with a statistics dashboard that gives customers a quick visual way to see recent activity. Customers can adjust the date range and view activity based on tags or individual messages and recipients. The platform also includes an activity stream that provides a rolling view of recent messages, segmenting by event type, tags, or date, as well as search capabilities by email address, tag, or subject line. Postmark stores bounces and spam complaints forever, and customers can use the Messages API to get sent messages for their own data store. The platform aims to take the guesswork out of knowing what happens to a message when it's fired off from an app.
Jul 22, 2016
721 words in the original blog post.
Sending test emails requires caution to avoid damaging the sending reputation of your production domain, as this can lead to delivery issues in the future. It's recommended to set up a dedicated test environment with its own sandboxed email sending to minimize the risk of accidentally spamming real customers with test emails. Testing locally or using a dedicated staging or development domain can also help catch broken assets and formatting issues before they affect your production delivery. When testing, it's essential to use valid email addresses on your own domain and avoid sending test emails to fake addresses or addresses that don't belong to you, as this can generate bounces and negatively impact your domain reputation. Tools like MailCatcher, Mailtrap, and MockSMTP provide dedicated email addresses or locally hosted tools specifically designed for testing in development and test environments, allowing you to simulate sending emails and troubleshoot issues before they reach production. Additionally, Postmark is introducing new features, such as a Test API Token for Account level functions, API error and bounce error generators, Sandbox email addresses, and the ability to demarcate certain servers as test servers.
Jul 15, 2016
963 words in the original blog post.