Home / Companies / Postmark / Blog / March 2019

March 2019 Summaries

2 posts from Postmark

Filter
Month: Year:
Post Summaries Back to Blog
Transactional emails from businesses often feel cold, stale, and robotic despite the importance of these interactions in building trust with customers. To improve these messages, businesses can use a transactional email provider that allows them to brand, personalize, and optimize their emails. Analyzing transactional emails from the customer's perspective is essential, as each interaction provides an opportunity to build a positive experience into even the simplest interactions. Businesses should respect their customers' time by only sending necessary emails and not overdoing it on automated messages like pre-dunning. Bringing brand personality into these messages can increase trust and turn frustrating tasks into enjoyable experiences. Transparency is also crucial, as emails should come from a recognizable name with an address from the business's domain and be sent via a different channel to avoid confusion. Monitoring deliverability regularly ensures that vital messages are not lost due to outdated contact information or technical issues. Finally, paying attention to small details can make a significant difference in building customer loyalty and creating a meaningful brand experience.
Mar 19, 2019 1,549 words in the original blog post.
This summary provides an overview of how to use Laravel Mailbox with Postmark for inbound email message processing. The author, Plushcap, was inspired by the potential of this package and decided to contribute a new feature that supports Postmark's API. After learning about the package and its development process, Plushcap successfully added the new driver and submitted it for inclusion in the package library. The article then guides readers through setting up Postmark for inbound mail processing, configuring environment variables, logging into the Postmark account, and creating a Laravel web route to receive messages from Postmark's servers. Finally, the author shows how to set up Laravel Mailbox to receive emails by registering a "Catch-All" registration in the `AppServiceProvider` class. The article concludes with testing the code by sending an email to the Inbound Email account provided by Postmark and verifying that it is received and processed correctly.
Mar 12, 2019 1,223 words in the original blog post.