Export

Export Mailjet Contacts Using PHP

This tutorial demonstrate you how to do a proper email list management by exporting your Mailjet contacts. After inserting your Mailjet API key and Secret key, all the contacts from different contact list will be displayed. Here we have used dummy Mailjet API key and Secret key for exporting contacts from Mailjet account. If you want to export your contacts from Mailjet account then you must have your own API key and Secret key. You can then download this list in the form of excel sheet through the download link. For this, we are going to use MailJet API. Watch the live...
Keep Reading

How to Design Responsive Email Template

Nowadays, approximate 50% of emails are opened on mobile devices. this means the designer must have to consider two major aspects first, emails should be displayed optimally on different mobile devices and second, it must be supported by different mobile clients like Gmail, Yahoo, Outlook. We can also make use of media query, but they are not supported by various email clients. Here we are going to use fluid hybrid method to create responsive email .fluid part means we will use lots of percentage , and hybrid part is to restrict the size of some element on larger screen. Check Out Some Awesome...
Keep Reading

Find Bounced Email List via PostMark API

Those email which fails to reach  their destination is known as Bounced  emails. The sender gets error messages for those bounce emails. The reason for those Bounced emails are as follows: Get Complete Detail of Hard and Soft Bounce Emails Typing mistake: wrong address is given in the place for Recipient's Address. Technical Error: may be the recipient mailbox is full or the size of your message  is greater than the recipients max limit. Security Error: The sender email is blocked or not comes in the preferred list and hence it returned back by the receiver's mail server. In this...
Keep Reading

Get Mandrill API-Connected User’s Statistics

In the last blog post, we have learnt how to send emails via Mandrill API. Today, we are going to learn about one of the important features of Mandrill API. We will find Mandrill API-connected user's statistics via Mandrill API Key. We will also find all the message history sent by that particular user. Such information could be helpful for your Marketing Analytics strategy. To get the user information, Mandrill API have provided a simple code. Just to use the following code in the PHP file. [php] //Pass Mandrill API key to Mandrill library $mandrill = new Mandrill($key); //Get Mandrill API-connected user's info...
Keep Reading

Insert Contacts in Gmail Using PHP

Hello! This post is all about saving the google contacts in your google account, there is no library used in this script code. This script is totally based on curl function and also integrated with google application(Google OAuth). On running this script user will get a contact form asking for some field to be inserted, which are listed below: - Name Last Name Email Phone Number After filling the form user will submit it and then user will be sent for google authentication. In google authentication user have to enter their Gmail ID and password,  as soon as user complete this...
Keep Reading

Insert Contacts in Yahoo Using PHP

Hey, Folks! In this blog, we're going to learn a smarter way of managing email list. We will tell you how to import a contact in user's yahoo address book from an external application. We're going to use Yahoo's Contact API to achieve this goal. You can take a reference from our previous blog that how we can log in and gain access through Yahoo Contact API to read/write contacts. You can also export contacts from yahoo in a CSV file with the same procedure. Take a sneak peek at our blog Export Yahoo Contacts. Apart from Contact API, Yahoo's...
Keep Reading

Send Email Via SendGrid API Using PHP

SendGrid is a transactional email delivery and management service. It provides a cloud-based email delivery service and handle all the heavy lifting involved in sending messages and getting them delivered. We are going to use SendGrid API for sending emails. SendGrid-PHP library helps you in a quick SMTP setting to send emails through SendGrid using PHP. SendGrid-PHP by SendGrid is the official PHP wrapper to send emails through the SendGrid API. Watch the live demo or download code from the link given below Use MailGet - email service provider for Sending Emails, just connect and send with SenGrid API or SMTP...
Keep Reading

HTML Email Signature Generator

Email signature generator is one of the important parts for your email campaigns. A signature is something which represents your personality. It lets receiver feel a personal connection with the sender. So, A basic email signature contains your contact information and information of your business. It should represent who you are, what you do, and how you can be contacted. Benefits Of Using Email Signatures - It shows your openness to communicate. Conveys professionalism via your emails. Used as a promotion tool for a business, a website/blog, a book, or a social cause. Helps representing your short biography. Also refers...
Keep Reading

Send Email via Postmark API Using PHP

Use MailGet - email service provider for Sending Emails, just connect and send emails with Postmark API or SMTP services. Postmark API/SMTP integration in your web application can help you to send and track your emails. It replaces SMTP (or Sendmail) with a far more reliable, elastic  and care-free environment. In fact, we can get details about  our emails  in such a manner, that they were tracked or processed, bounces , opens  and spam complaints. Before going further always keep in mind that: 1. Send emails to only those persons who have provided you explicit permission to contact them. 2....
Keep Reading

Send Email via Mailjet API Using PHP

Use MailGet - email service provider for Sending Emails, just connect and send with MailJet API or SMTP services. In this blog, I am going to explain an easy way of API/SMTP configuration to send an email using Mailjet. Emailing has become a powerful medium for companies to communicate with their clients. The most difficult task for companies is that how to send a large number of email to their customers. We have made a blog for those who have suffered from this problem and so we are going to use Mailjet API for sending emails. This tutorial will demonstrate how to...
Keep Reading

Email Open Tracking Using PHP

Why Do You Need To Track Email? After sending an email, there is always a requirement to know whether the recipient opened it and if opened then when. You can ask for email read receipt to the user while sending mail, with many email SMTPs like Gmail, Outlook, Yahoo and many more. But that will only be a request. If recipient ignores or denies the receipt request then you won't get any information. It can impart a major impact on your email business. Smart Meter Analytics can be a simple & logical way to let you come out from this situation. It is bundled...
Keep Reading

Send Email via Mandrill API Using PHP

Nowadays, Email marketing is increasing rapidly and become one of the most demanding services in the internet business. In email marketing, emails are one of the most powerful communication media which create a strong bond between companies and their clients. Sending emails to a large number of clients are one of the most difficult and challenging tasks for the users. They need a powerful medium to send emails to their clients. Keeping in mind such requirement of users for sending emails, we are creating a blog to Send Email via Mandrill API Using PHP. We are going to integrate Mandrill...
Keep Reading

Export Gmail Contacts in PHP

Hello! This post will show you how to import google contacts just after entering the gmail id using google oauth2. It will display all google contacts of that particular Email ID  and will give you  option to download those contact in excel sheet. OAuth is a strong  protocol for accessing the third party data on behalf of owner . This whole google OAuth cycle is basically focused on accessing the third party data, after passing through a strong authorization we get some access permission with client id and password and that data is used for getting the code and access token and...
Keep Reading

Verify Gmail Address via SMTP

Nowadays, Email list management became one of the most challenging issues faces by the users. Users usually unable to clean email list in a proper and effective manner. Due to which email management get frustrating segment and also takes a large part of our valuable time. So, our today's blog is based on a very common but a very important topic i.e Verify Gmail Address via SMTP. Why Email verification is needed? Most of the users faces a problem of fake and unnecessary email's registration when they provide any registration or contact us features in their websites. The visitors generally...
Keep Reading

Export Yahoo Email Contacts Using PHP

In this blog post, We'll learn that how we can export yahoo contacts with the help of a PHP Program. We're going to create an application which will export contacts in a CSV file, i.e, excel sheet. Yahoo uses OAuth authentication protocol to grant access to user data.So we'll use the same library to achieve this purpose for our application. User will get prompt to sign in followed by redirection to the Yahoo login page followed by the Yahoo Contacts display page. So we'll see the complete process step-by-step. For a quick and complete solution, you can use our email marketing...
Keep Reading

Add an Unsubscribe Link to an Email Using PHP

In this post, we are going to learn how to allow your recipients to unsubscribe from your campaign with a single click. Allowing your recipients to unsubscribe from your mailing list with a single click is the best practice.  Send a unsubscribe link with email: In one of our tutorial, we have already learned How to Create A Newsletter Subscription that will send an email with HTML to the subscriber. We will send a unsubscribe link with the email to every user, that link referring to a page. Unsubscribe link contains the  email id of the user, which will get passed to...
Keep Reading

How to Stop Sending Email Spam

In this tutorial, you will learn how to make your emails land directly to inbox. Sending emails with PHP is easy. All you need is a function and three arguments. mail($admin_email, "$subject", $comment, "From:" . $email); While this is all you need, it is not all enough  to normal email messages. Any closer look  than a mere glance will reveal that the basic use of the PHP email function does not set the "From:" header line. The mail() function included with stock PHP does not support SMTP authentication, for example. If mail() does not work for you then for this...
Keep Reading

PHP Newsletter Script

PHP Newsletter Script shows an one time per customer newsletter popup window with newsletter subscription form and suggestions to subscribe. After subscription, the user will get the latest blog updates in the website. Here we are going to create an email newsletter from blog's RSS feed. We are going to follow 3 steps to send latest blogs to the subscriber: (a): Here we  generate a newsletter popup through which we are going to save email address of the user. (b) : We extract the data (title, description, links) of the latest blog post from the website feed. (c) : Prepare...
Keep Reading
‹ 1 2 3 4 5 ›
Our Solution
  • Subscription Billing
  • Form Builder
  • Email Marketing
  • Email List Cleaning
Connect With Us
  • Contact Us
  • Careers
Company
  • About Us
  • Privacy Policy
  • Terms and Conditions
  • Affiliate
  • Branding
Resources
  • Blog
  • Blog Categories
  • FormGet Features
  • Email Templates
  • Form Templates
Export
Analytics
Export

FormGet © 2021. All rights reserved.

Made with love for you