You are viewing our old blog site. For latest posts, please visit us at the new space. Follow our publication there to stay updated with tech articles, tutorials, events & more.

Monthly Archives: March 2017

Sending Mails Through SMTP Servers ( Gmail/Yahoo/Outlook )

Every website or web application needs to send transactional emails at one time or another. A user may request a password reset that sends them an email, or you may need to notify a user through email. So it is necessary to use the right tool when you don’t want to handle everything by yourself. So Let’s discuss what are the options we have got here. Whatever language you are working with you do need a mail server. So you can 1.Host your own mail server It is as complicated as it sounds. There are so many components to handle like Mail transfer agent DNS records Security... Read More

All Errors in One Place

When we release an Android app on Play Store, we constantly track error logs, crashes and ANRs via different mediums. 1. Playstore: We check our Playstore console regularly for statistics and crash reports. 2. Our common error logging system (Newmonk): To ensure our app is working fine and users are not facing any technical issues, we collect error logs using our own error handling module. We regularly check this interface as well. We follow a Roster programme wherein the team members take turns to monitor app health and constantly look for solutions to optimize the efforts being spent by... Read More