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 …

PHP Read More Link

This tutorial enables you to display two records when user clicks on read more link using object-oriented funtionality. In my example, I have made a folder named read-more-php and placed these pages index.php, config.php, connection.php and style.css. Further set $get_limit variable to travel in the url through the read more link which increments by 2 …

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 …

Bootstrap Mobile

Bootstrap is a front-end framework use to make responsive mobile-first websites. For mobile-first approach, its grid function force designers to create websites for small screen devices like mobile phones. Our bootstrap responsive templates will provide you a better solution.   Below are the examples which will give you a basic idea about the structure of the …

Bootstrap Calendar

Hello, folks! We’re going to learn how we can add bootstrap calendar in our web page, that exhibits Year, Month, Dates, Events and additional features of previous and next month buttons. You can refer to our attractive bootstrap templates for a quick solution.   Let’s take a look at the files we’re going to use in this …

Bootstrap Popup

In this tutorial we are going to show how we can create a popup using Bootstrap framework Bootstrap is a front end GUI framework for developing responsive website. Bootstrap is a combination of HTML, CSS and JavaScript code. Using this we can create a user friendly website whose GUI is similar and responsive for any kind …

Bootstrap Accordion

What is Bootstrap Accordion ? Accordion is a built in capability of Bootstrap to create menus and technical widgets which can properly organize large content and navigation lists. Here, the areas are designed where information can be displayed by just clicking on a button and sliding an area to open and close. It implements the collapse …

Bootstrap Navbar

The navigation bar allows a user to navigate through a website and obtain the web page they desire. Bootstrap navbar is a responsive navigation bar having the functionality of collapsing and toggling according to the screen size (viewport). Navbars are responsive ‘meta’ components that serve as navigation headers for your application or site. Navbars collapse in mobile …