Practical guides, tutorials, and insights from years of building web and desktop applications. Check out code examples you can actually use!
Test Email Functionality During Development
Here are a few simple ways and powerful tools to test your email functionality when you are developing your awesome application. The Case for Email Testing After working in CRM and dealing with millions of records, and dozens of fragile’ly built systems, I have been through imagined (and a couple of real) scenarios of email fiascos - Sending out emails with wrong templates or to the wrong audience Sending emails in bulk from the wrong environment (good luck explaining that to an infuriated CTO) Wrong configuration that breaks tracing and you are left wondering whatever happened to the last email blast which did not record a single click While many of the systems I deal with are on cloud and we have to figure out intelligent ways to manage emails like domain forwarding, custom whitelisting, or outright ban emails - there are many custom systems that can provide better tooling. We can do quite a lot with free, simple-to-use services that can be deployed locally on a developer machine to fast-forward development. ...