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 …

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 …

Setup Amazon SES Account for Handling Bounces

That’s no wonder if your mailing list contains a large number of invalid email addresses. So we recommend you to configure SNS with your SES account and get rid of any such invalid/expired emails containing in your mailing list. When next time your emails will be sent, all the bounced email addresses will be filtered out from your contact list. Just follow …

PayPal Adaptive Payments for Marketplace in PHP

The PayPal Adaptive payments split payments to one or more than one receiver PayPal accounts. Using PayPal adaptive payment, we can make simple pay, parallel payments, and chained payments. What is Chained Payment..? Chained payment is part of PayPal Adaptive payments. Using chained payment sender can send a full amount of payment to primary receiver. …

PayPal IPN in PHP

PayPal Instant Notification (IPN) is a message service that allows you to integrate your PayPal payments with your website’s back-end operations and administrative function. Using this merchant will automatically notify events related to PayPal transactions. IPN is very useful when you need to required functionality like automatically fulfilling orders and providing customer, with order status. …

Paypal Recurring Payments for Installment Plan in PHP

Use PayPal Installment Plan button for installments based recurring payments. Using this buyer can pay, the full amount or pay an amount in installment, without any interest. In our previous blog post, we have discussed how we can use PayPal Subscription Button, Example for any service and product Subscription and PayPal Donate Button, Example for Any …

PayPal Subscription Button for Recurring Payments

Use PayPal Subscribe button to access payments automatically from product’s buyers and to charge ongoing payment for membership access. Using this, buyer get the goods or services as daily, weekly, monthly, and yearly. In our previous blogs post, we have discussed how we can use PayPal payments in different modes like Shopping cart, Mass payment and …