Google Analytics Integration With MailGet

Google Analytics is a great platform for carrying out basic analysis on your email campaigns. Things you can analyze with Google Analytics are explained briefly in Google Analytics Tracking feature. Add Google Analytics tracking to your MailGet campaigns and start tracking your client’s behavior from clicks to purchases by setting up goals and conversion in Google Analytics. Before …

[MailGet Special Feature] SMTP Integration : Connect With any SMTP To Get More Open Rate

 SMTP integration in MailGet allows you to integrate with multiple well-known SMTP services say – Amazon SES, Mailgun, Postmark, SendGrid, Mailjet, Mandrill and other SMTP relay services. Using multiple SMTP service providers – External SMTP Integration Is Indeed A Pre-Dominating Task! Yet, Getting A Complete Email Marketing Package With An Inbuilt SMTP is Divine! Yes, …

CRUD operations with checkbox using PHP and MySQL.

PHP and MySql are one of the most widely used technology to interact with the database. In our previous tutorials, we have performed a simple operation to get values of multiple checked checkboxes using PHP. In this blog post, we are going to demonstrate an example  of CRUD (create, read, update and delete) operations with checkboxes …

CodeIgniter Installation and Configuration

CodeIgniter is a simple web application development framework for PHP. By its modular approach we can use its inbuilt libraries and helpers in our application. We can separate logic from presentation by using a Model-View-Controller (MVC) pattern. In this tutorial we are going to explain you, how to install and configure the CodeIgniter framework. Below mentioned are the step by …