Posts Tagged ‘IronMQ’
Sending emails from Heroku Apps
Almost any modern application has the function of sending emails. You can send personalized email notifications to your customers, as well as send out marketing or newsletter emails. In this case, you need a tool that makes it easy and simple. The IronMQ Heroku add-on allows you to add emails to the message queue and…
Read MoreAsynchronous Task Processing With Heroku
Before exploring Asynchronous Task Processing With Heroku, we must understand what Asynchronous task processing is. Asynchronous means you can execute numerous things at once and do not have to wait for one thing to end to unblock the other. You work in sync and work on several things simultaneously. That’s the goal of the asynchronous…
Read More