11 Best Email Deliverability Software & Services 2022

What’s the goal of every email marketing campaign? To reach customers inbox in order to promote and advertise their business, products or services. But what if your emails are not capable of reaching customers inbox? If that’s your story, then you should immediately switch your mail marketing service. There are a lot of factors that …

PhoneGap Configuration File : Config.xml

Config.xml is a platform specific configuration file. With the help of this configuration file, it is possible to modify the default values of PhoneGap application elements like – Widget Name Description Plugins API Icons Splash Screens etc. Important Points About Config.xml Make sure it is at the top level of your application. You can take a look …

Email Personalization: Just Upload A CSV File And Send Email To Multiple Recipients

Ugh! Need to send the same Email for multiple contacts but don’t have enough time. OR Feel irritate in typing the same message and contacts each & every time. It’s very easy to send an email for few person say 2-5 manually, but it becomes a tough job when it comes for sending to the bulk …

Send Multiple Attachment In Email Using PHP

Now Why Email Attachments are Important..???  As business grows larger, its need to facilitate the flow of information between workers grows. Colleagues and Supervisors need to access documents and keep the data up-to-date in order to complete collaborative tasks. Email Attachments is one way to accomplish this sharing of data. We know sending a simple text email using mail() …

Send Email via PHPMailer and Mandrill’s SMTP

Mandrill allows users to send transactional emails at low cost along with enhanced inbox deliverability. This makes Mandrill SMTP an ideal choice for developers for sending emails for their applications. In this tutorial, we are going to cover, how you can use Mandrill in your PHP application along with PHPMailer for sending emails. Before I …

Login With Google CodeIgniter : OAuth API PHP Client

Google’s OAuth 2.0 APIs can be used for open authentication. By this we can access user’s data from server after authorizing user via Google account. In this tutorial, we are going to explain how you can implement Google open authentication to connect with your website using CodeIgniter. You can achieve this login mechanism using Google API php …