Email Sign Up Forms: Turn Visitors into Subscribers

Embed a sign-up email form in your website to gather subscribers for your MailGet email campaigns. MailGet signup form collects names and email addresses of users and automatically add them up to your selected mailing list on MailGet Contacts. After collecting names and emails of your subscribers, you can send them emails on a regular …

Autoresponder Email: Create an Automation Workflow!

MailGet’s autoresponder email feature allows you to send automated sets of emails that go out immediately when a subscriber subscribe at your site and helps you to eliminate communication gap. Reach more people in less time and turn loyal subscribers into paying customers with MailGet email autoresponder. The main advantage is you don’t need to …

Regular Expression to Validate an Email Address

Regualr expression is a sequence of character which define a specific pattern and also named as abbreviated regex or regexp and sometimes called a rational expression. we can make regular expression like ( “/ABC/”  ,”Ab_123.Cd” ,”abc123.-@&”…)  They can be patterns or combination of alphabets(a,b..z) ,numbers(0,1…9), special character     ( |, (),^, ), Quantifiers(*, +, ?), wildcards(.) character set[], …

Setup Amazon SES Account for Spam Emails

If your sent emails are marked as spam by a number of recipients, first of all, it’s a money wastage to keep sending emails to those uninterested people from your limited budget, and secondly, it can harm the reputation of your Amazon SES account. So what you should do is, configure your Amazon SES account with your email sender (MailGet) after …

Mailgun SMTP with MailGet : Complete Setup

MailGet allow you to connect any SMTP service in your MailGet account to send emails as per your requirement. Below we are going to discuss about connecting Mailgun SMTP with MailGet to send bulk emails. Collect API keys from Mailgun Step 1:  To use Mailgun SMTP,  create an account in Mailgun website . Step 2: After creating an account in Mailgun  click on any …

SendGrid SMTP With MailGet : Complete Setup

MailGet provide excellent feature for multiple SMTP integration in your single account to send emails.  It connects with all SMTP services like Mandrill, SendGrid, Mailgun, Postmark, Google, Outlook, Yahoo,Mailjet  etc. In documentation, we are going to connect SendGrid with MailGet to send emails and see how to update that credentials. Do follow steps- Connect SendGrid SMTP Step: 1 After login in your MailGet …

Mailjet SMTP With MailGet : Complete Setup

MailGet allows you to connect multiple SMTP services in your account to send email campaigns. In this documentation, we are going to discuss the configuration of Mailjet SMTP with MailGet to send bulk emails. Collect API KEY’s from Mailjet Step 1:  Go to  Mailjet website and create an account to use it. Step 2: After creating an account in Mailjet you have …

Postmark SMTP with MailGet : Complete Setup

MailGet allows any SMTP integration in your MailGet account easily to send emails as per your requirement. Below we are going to discuss connecting Postmark SMTP with MailGet. Postmark can be used to send transactional emails only. Collect API token from Postmark Step 1:  Go to Postmark website and create an account to use it. Step 2: After creating an account in postmark click …

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 …

Bootstrap Carousel

The Bootstrap carousel is a component for sliding through elements. It is a flexible, responsive and attractive way for adding a slider in our website. It is a dynamic presentation of contents where text and images are made visible or accessible to the user by sliding through several items. Bootstrap carousel are not supported properly …